

div.blindexByRoomFeature{
	height: 600px;
	position: relative;
}


div.blindexByRoomFeature h1{
	z-index: 9999;
	position: absolute;
}

div.pagecontentwrapper div.blindexByRoomFeature ul{
	margin: 0px;
	padding: 0px;
}




.mainBanner {
    width: 940px;
    height: 520px;
	position: relative;
	z-index: 1000;
	
	background-repeat: no-repeat;
	background-position: center center; 
}

.mainBannerBack {
    width: 940px;
    height: 520px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	
	background-repeat: no-repeat;
	background-position: center center; 
}


.main_image {
	width								: 940px;
	height								: 520px;
	position							: relative;
	overflow							: hidden;
}



.main_image .desc{
	position							: absolute;
	bottom								: 10px;
	left								: 10px;
	display								: none;
}



div.image_thumb{
	position: absolute;
	bottom: 0px;
	left: 3px;
	z-index: 2000;
}


.image_thumb ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.image_thumb ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.thumbHolder a{
	display: block;
	width: 112px;
	height: 116px;
	overflow: hidden;
	border: 5px solid #ffffff;
	margin-left: 10px;
	/*background: #ffffff;*/
	text-align: center;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	
	z-index: 3000;
	position: relative;
}

.thumbHolder a img{
	height: 94px;
	width: auto;
}

.thumbHolder span{
	display: none;
}

.image_thumb ul li.hover .thumbHolder a{
	border: 5px solid #000000;
}

.image_thumb ul li.active .thumbHolder a{
	border: 5px solid #00A4E6;
}





div.image_thumb div.thumbHolder{
	position: relative;
}

div.image_thumb div.block{
	position: absolute;
	top: 105px;
	left: 15px;
}

div.image_thumb div.block h2{
	width: 110px;
	margin: 0px;
	font-size: 12px;
	border-left: 5px solid #EE2E24;
	
	z-index: 2500;
	position: absolute;
}

div.image_thumb div.block h2 span{
	padding: 0px;
	background: transparent;
	color: #707373;
	margin: 0px 0px 0px 3px;
	display: block;
}



div.thumbHolder:hover  div.block h2{
	border-left: 5px solid #00A4E6;
}
div.thumbHolder:hover  div.block h2 span{
	color: #000000;
}



/* EDIT MODE STYLES */
div.editmodethumbs{
	position: absolute;
	border: 5px solid #ffffff;
	top: 20px;
	right: 20px;
	z-index: 99999;
}



div.editmode .thumbHolder a{
	height: 180px;
	overflow: visible;
}


div.editmode div.image_thumb div.thumbHolder div.block h2{
	display: block;
	position: absolute;
	z-index: 99999;
	top: 30px;
}



/* ---------- IE FIXES ---------- */
div.ie7 .thumbHolder a, div.ie8 .thumbHolder a{
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.5);
	behavior: url(/platform/sites/_base/scripts/css3pie/PIE.htc); -pie-poll: true;
}

div.ie7 div.image_thumb div.block, div.ie8 div.image_thumb div.block{
	z-index: 3200;
}

