
/*INNER TEXT STYLES AND POSITIONING OF INSIDE ELEMENTS */
.contentdiv h2 { margin:0 0 2px 0; color:white;} /* Listing Title (headline)*/
.fleft  { float:left; width:120px; text-align:left;} /* left column (image, beds, bath, price)*/
.fright { float:right; width:270px; text-align:left; height:150px; overflow: auto;} /* right column (full_dec)*/


/* OVERALL LAYOUT STYLES WIDTHS, HIGHTS, BORDER COLOR, ... */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #CCCCCC;
color: #ffffff;
border-bottom-width: 1px;
width: 620px;   /*width of featured content slider*/
height: 140px; /*hight of featured content slider*/
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
color: #ffffff;
padding: 2px;
background: ##1a085e;
width: 600px; /*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: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: ##1a085e;
padding: 5px 10px;
border-bottom: 1px solid #CCCCCC;
color: #ffffff;
}

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

.pagination a:hover, .pagination a.selected{

color: #white;
background-color: ##1a085e;
}