
/*INNER TEXT STYLES AND POSITIONING OF INSIDE ELEMENTS */
.contentdiv h2 { margin:0 0 5px 0; text-align:center;font-family: Verdana, Arial, Helvetica, sans-serif;font-size:11px;} /* Listing Title (headline)*/
.fleft  { float:left; width:170px; text-align:center;font-family: Verdana, Arial, Helvetica, sans-serif;} /* left column (image, beds, bath, price)*/
.fright { float:right; width:170px; text-align:left; font-family: Verdana, Arial, Helvetica, sans-serif;height:130px; overflow: auto;} /* right column (full_dec)*/


/* OVERALL LAYOUT STYLES WIDTHS, HIGHTS, BORDER COLOR, ... */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
top: 4px;
border: 1px solid #000000;
border-bottom-width: 1px;
width: 188px;   /*width of featured content slider*/
height: 330px; /*hight of featured content slider*/
background: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 178px; /*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: 188px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #f4f4f4;
padding: 5px 0px 12px;
border-bottom: 0px solid #CCCCCC;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #006600;
background: #e8e8e8;
}

.pagination a:hover, .pagination a.selected{
color: #ffff00;
background-color: #006600;
}
.style1 {
	color: #FF6600;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;    
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold;
}

