.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 570px;
	height: 141px;
	background-image: url(/v/vspfiles/templates/1/images/Homepage/bnrframe_bg.gif);
	background-repeat: repeat-y;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px 15px 0px 12px;
width: 545px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 141;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#paginate-slider2 {
	background-image:url(/v/vspfiles/templates/1/images/Homepage/bnrframe_btm.gif);
	background-repeat: no-repeat;
    width: 570px;
	text-align: right;

}
.pagination{
	width: 500px;
	text-align: right;
	padding: 5px 20px 5px 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	height: 36px;
	margin-right: 20px;

}

.pagination a{
	padding-top: 8px; padding-left:12px; padding-right:12px; padding-bottom: 9px;
	text-decoration: none;
	color: #00366f;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 32px;
	background-image: url(/v/vspfiles/templates/1/images/Homepage/btn_bg.gif);
	background-repeat: no-repeat;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
text-decoration: none; 
text-align: center;
	vertical-align: middle;
	height: 32px;
	width: 30px;
	
padding-top: 8px; padding-left:12px; padding-right:12px; padding-bottom: 9px;
&nbsp;background-image: url(/v/vspfiles/templates/1/images/Homepage/btn_bg_over.gif);
	background-repeat: no-repeat;
}
