/*
 * ====== USA Resort Gallery =====
*/

#resortGallery {
	float: right;
	height:60px;
	margin: 0px -5px 10px 5px;
	padding-top:231px;
	position: relative;
	width:300px;
}

#resortGallery img.left, img.right {
	background:#F4F3EF;
	cursor:pointer;
	float:left;
	height:31px;
	padding-top: 3px;
	width:45px;
}

#resortGallery ul {
	background:#F4F3EF;
	border-bottom: 1px solid #99834D;
	float:left;
	height:24px;
	list-style:none;
	margin:0;
	overflow: hidden;
	padding: 9px 0px 0px 10px;
	width:196px;
}

#resortGallery ul li {
/*	border:1px solid #000;*/
	cursor:pointer;
	display:inline;
	float:left;
	height:50px;
	margin:0 4px;
	width:50px;
}

#resortGallery ul li.hide {
	display:none;
}


#resortGallery ul li img {
	display: block;
 	height:50px;
	visibility: hidden;
	width:50px;
}

#resortGallery ul li span {
	color:#666;
	display:none;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	left:61px;
	line-height:15px;
	position:absolute;
	text-align:justify;
	top:430px;
	width:411px;
}

#resortGallery ul li b {
	color:#444;
}

#resortGallery ul li.chosen {
	border-color:#fff;
	cursor:default;
}

#resortGallery ul li.chosen div {
	background:#F4F3EF none repeat scroll 0% 50%;
	border:1px solid #98834D;
	border-width:1px 1px 0 1px;
	height:235px;
	left:0;
	position:absolute;
	top:0;
	width:294px;
}

#resortGallery ul li.chosen div i {
	display:table-cell;
	height:229px;
	text-align:center;
	vertical-align:middle;
	width:530px;
}

#resortGallery ul li.chosen div i img {
	border:1px solid #aaa;
	height:214px;
	margin: 5px 3px 3px;
	visibility: visible;
	width:286px;
}

#resortGallery ul li.chosen span {
	display:block;
}
