#slider3 {
	width:200px;
	height:110px;
	float:left;
}
#slider3 .contentdiv {
	width:200px;
	font-size:11px;
	color:#e2e2e2;
	line-height:14px;
}
#paginate-slider3 {
	width:200px;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:200px; /*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*/
padding:0px;
background:#004a80;
width:200px; /*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:80px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
}
.pagination a{
text-decoration: none; 
color: #e7e7e7;
background:url(../images/linkbg.gif) left top no-repeat;
text-align:center;
margin-right:1px;
width:18px;
height:17px;
float:left;
}
.pagination a:hover, .pagination a.selected{
color: #3b3b3b;
background:url(../images/active.gif) left top no-repeat;
text-align:center;
}
.bottom-page{width:200px;
float:left;
}
.pagingbox{width:80px;
float:left;
display:block;
}
.viewall{width:80px;
float:right;
font-size:11px;
font-weight:bold;
}
