.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 735px; /*width of featured content slider*/
height: 371px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
width: 735px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:100px;
}


.pagination{
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.villa-1bed {background:url(../images/floorplan/one-bed.jpg) right top no-repeat}
.villa-2bed {background:url(../images/floorplan/two-bed.jpg) right top no-repeat}
.apartement {background:url(../images/floorplan/villas_fp_apartment.jpg) right top no-repeat}

.villa-1bed img, .villa-2bed img, .apartement img {float:right;}

.floor-thumb {
	margin:0 0 20px 0;
	padding-top:10px;
	width:175px;
	text-align:center;
	border:solid 1px #524D43;
}
.floor-thumb a {color:#524D43}
.floor-thumb a:hover {text-decoration:none}


#floorplan {
	width:735px;
	float:left;
}

.d2-l {
	width:175px;
	float:left;
	margin-left:-10px;
}
.d2-r {
	width:735px;
	float:right;
	padding-right:10px;
}