/* $Id: gallery.css,v 1.7 2011/09/14 13:21:51 andy.p Exp $ */
/*-----------------------------------------------------------------------------*/

.browseLeftImage {
	float:left;
	display:inline;
	width:129px;
}

.browseAccomInfo, .browseAccomNavBtns {
	position:relative;
	width:540px;
}

.browseAccomNavBtns, .browseAccomNavBtnsLarge {
	height:21px;
	width:125px;
	padding-top:5px;
}

.browseAccomNavBtnsLarge { height:45px; }

.viewGalleryButton, .closeGalleryButton {
	width:113px;
	display:inline;
	float:left;
	/*padding-left:3px;*/
	text-decoration:none !important;
}

.viewGalleryButton {
	float:left;
	display:block;
	padding:5px 0px 0px 0px;
}

.closeGalleryButton {
	display:none;
	padding-top:5px;
	text-align:center;
}

.viewGalleryButton img {
	float:left;
	padding-right:5px;
}

.viewReviewButton {
	text-align:right;
	padding-top:5px;
}

/***** 	CAROUSEL CONTAINER
****************************************************/
/*
.loadEven .ajaxLoader,
.loadOdd ajaxLoader {
	float:right;
} */
.loadEven,
.loadOdd {
	text-align:center;
}
.loadEven,
.showEven {
	background:#fff;
	border: 1px solid #DBD9CC !important;
	clear:both;
	margin:auto;
}
.offersBasic .loadOdd,
.offersBasic .showOdd,
.offersBasic .loadEven,
.offersBasic .showEven {
	background:#FFFFFF url(../images/pageElements/background/offersGalleryBg.gif) no-repeat scroll 0 0;
	border:medium none !important;
	bottom:6px;
	clear:both;
	height:125px;
	margin:auto;
	position:relative;
}
.review .loadOdd,
.review .showOdd {
	background:#FFF;
	border-top:none!important;
	border-right:none!important;
	border-left:none!important;
	border-bottom:none!important;
	margin:auto;
	clear:both;
}
.loadOdd,
.showOdd {
	background:#F4F3EF;
	border: 1px solid #DBD9CC !important;
	margin:auto;
	clear:both;
}
.show {
	background:#fff;
	border-top:none!important;
	margin:auto;
	clear:both;
}
.load {
	height:100px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#6D5A6F;
}
.showGallery { padding-top:18px; }

.ajaxLoader {
	padding-top:20px;
	padding-bottom:10px;
}

/***** 	CAROUSEL SKIN
****************************************************/

.jcarousel-skin-tango .jcarousel-container {
	height:123px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 20px 40px 0px 40px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  405px;
    height: 96px;
	margin:auto;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 128px;
    height: 96px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/***** 	HORIZONTAL BUTTONS
****************************************************/

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 24px;
    height: 24px;
	margin-top:10px;
	margin-right:75px;
    cursor: pointer;
    background: transparent url(themes/meon/images/pageElements/buttons/galleryBtnsSprite.gif) no-repeat -24px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
	margin-top:10px;
	margin-left:75px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 24px;
    height: 24px;
	margin-top:10px;
	margin-left:75px;
    cursor: pointer;
    background: transparent url(themes/meon/images/pageElements/buttons/galleryBtnsSprite.gif) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
	margin-top:10px;
	margin-left:75px;
}
.searchGalleryHeader {
	background:#DEDBD3 none repeat scroll 0 0;
	border-bottom:1px solid #DBD9CC;
	font-weight:bold;
	height:25px;
	padding:4px 15px;
	overflow:hidden;
}
.browse_accommodation .searchGalleryHeader {
	line-height:19px;
}
.carouselTitle {
	color:#000;
	float:left;;
	font-size:1.3em;
	font-weight:bold;
}

/***** END CAROUSEL SKIN
****************************************************/

a.viewGalleryLink {
	cursor:pointer;
	text-decoration: none !important;
	font-weight: normal;
}

