#slider3 {
	width:964px;
	height:400px;
}
#slider3 .contentdiv {
	width:964px;
}
#paginate-slider3 {
	width:944px;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:964px; /*width 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*/
background: none;
width:964px; /*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;
z-index:1px;
}
.pagination2{
width:944px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:right;
padding:10px 20px 15px 0;
float:left;
}
.pagination2 img{vertical-align:middle;}
.pagination2 a{
display:inline-block;
text-decoration: none; 
color: #888888;
text-align:center;
margin-right:1px;
width:18px;
height:17px;
}
.pagination2 a:hover, .pagination2 a.selected{
color: #fff;
text-align:center;
}
