
/*INNER TEXT STYLES AND POSITIONING OF INSIDE ELEMENTS */
.contentdiv h1 { margin:0 0 15px 0; text-decoration:none; font-size:16px; color:#13583c;} /* Listing Title (headline)*/
.contentdiv a{text-decoration:none; color:#13583c;}
.fleft  { float:left; width:125px; text-align:left;} /* left column (image, beds, bath, price)*/
.fright { float:right; width:380px; text-align:left; height:200px; overflow: auto;} /* right column (full_dec)*/


/* OVERALL LAYOUT STYLES WIDTHS, HIGHTS, BORDER COLOR, ... */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background-color:#f0f0f0;
width: 600px;   /*width of featured content slider*/
height: 344px; /*hight of featured content slider*/
border:solid 1px #e8e7e7;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 15px;
background-color:#f0f0f0;
width: 520px; /*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;
}


/* PAGINATION STYLES */
.pagination{
width: 570px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #FFFFFF;
padding: 5px 10px;
border-bottom: 1px solid #CCCCCC;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #13583c;
background: white;

}

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