/* Slideshow Specific CSS */
/* Lodging Specials ----------------------------------*/
.mask3{
	position:relative;
	width: 309px;
	height: 156px;
	overflow:hidden;
}

#box4{
	position:absolute;
}

#box4 div{
	width:309px;
	height:156px;
	float:left;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}

#box4 img{
	float:left;
}

#module1_sweeper_thumb {
	position: relative;
	margin-top: 130px;
	margin-left: 125px;
}

#thumbs_handles7 span{
	display:block;
	width:14px;
	height:14px;
	margin:0;
	float:left;
	cursor:pointer;
}


/* Amenities ----------------------------------*/

.mask4{
	position:relative;
	width: 294px;
	height: 156px;
	overflow:hidden;
}

#box5{
	position:absolute;
}
#box5 div{
	width:294px;
	height:156px;
	float:left;
}

#box5 h3, #box5 p, #box5 ul{
	padding:5px 10px;
}

#box5 img{
	float:left;
}

#module2_sweeper_thumb {
	position: relative;
	margin-top: 130px;
	margin-left: 125px;
}

#thumbs_handles8 span{
	display:block;
	width:14px;
	height:14px;
	margin:0;
	float:left;
	cursor:pointer;
}


/* handles ----------------------------------*/


.buttons {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.buttons-on {
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}




