﻿#slider1{
	margin-top:20px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 3px #ccc double;
width: 570px; /*width of featured content slider*/
height: 120px;
}

.contentdiv p{
	margin:0px 6px;
}

.contentdiv h3{
	margin:3px 0px;
	padding:0px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2px 5px;
background: white;
width: 540px; /*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: 556px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: #6BB2E8 url('images/paginationBG.jpg') repeat-x;
padding: 2px 10px;
margin-bottom:15px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
border: 1px #266793 solid;
filter: alpha(opacity=65);
opacity: 0.65;
}

.pagination a.selected{
color: #fff;
background-color: #ff950b;
font-weight:bold;
filter: alpha(opacity=100);
opacity: 1;

}

.pagination a:hover{
color: #000;
background-color: #90d2ff;
border:1px #636363 solid;
}