/* Start of CMSMS style sheet 'Slider' */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 960px; /*width of featured content slider*/
height: 270px;

}



.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;*/
width: 950px; /*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 {
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	padding: 5px 10px;
	position: relative;
	left: 500px;
	top: 248px;
	z-index: 1000;
}

.pagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
	color: #165B8F;
	background-color: #FFF;
}

.sliderleft {
	float: left;
}

.sliderleft img {
	padding: 10px 0 0 10px;
}

.sliderright {
	float: right;
	color: #ffffff;
	font: 24px Georgia, "Times New Roman", Times, serif;
	width: 450px;
	text-align: center;
	margin: 10px 20px 0 0;
}

.facilityname {
        font-size: 24px;
        letter-spacing: 4px;
        text-transform: uppercase;
}

.slidertext {
       font-size: 18px;
}
/* End of 'Slider' */

