
.facilityslider{
	
border: 0px solid;
margin-top: 0px;

border-color: #e1e1e1;
width: 739px; /*width of featured content slider*/
height: 356px;
padding: 0px;
float:left;
position: relative;
border-radius: 0px;
background-color:rgb(255,255,255);
	
	
}


.facilityslider{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
padding: 0px 0px 0px 0px;

}



.facilityslider .contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 739px; /*width of content DIVs within slider. Total width should equal slider's inner width (165+5+5=175) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.facilityslider .contentdiv a {
	color: rgb(6, 108, 182); /*blue*/
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

.facilityslider .contentdiv a:hover {
	color: #eb892f; /*orange*/
	text-decoration: none;
	font-weight: bold;
}


.facilityslider .contentdiv .fullstory a{
	
	display:block;
	color:#096fb3;
	font-size:14px;
	height:22px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:16px;
	background:url(../../includes/site_images/icons-learnmore-sm.png) no-repeat left;
	padding-left:22px;
		
		
	}














.pagination{
width: 125px; /*Width of pagination DIV. Total width should equal slider's outer width */
text-align: center;
margin: 320px 0px 0px 315px;


font-size: 13px;
font-family: verdana, arial, helvetica;
font-color:#FFF;
position:absolute;
z-index: 1000;
 background-color:#fff;
border: 1px #ccc;
border-radius: 4px;
       filter: alpha(opacity=70);
       opacity:.7;
}




.pagination a{


text-decoration: none; 
color: #00007D;


font-size: 13px;
font-family: verdana, arial, helvetica;
color: rgb(6, 108, 182); /*blue*/
}

.pagination a:hover, .pagination a.selected{

font-size: 13px;
font-family: verdana, arial, helvetica;
font-color: #eb892f; /*orange*/


background-color: none;
}




.header {
	color: #096fb3;
	display: block;
	font-size:18px;
	line-height: 20px;
	pedding-bottom: 10px;
	margin-left: 5px;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
	}
	
	
