.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 736px;
	height: 183px;
	background-image: url(/v/vspfiles/templates/9/images/Homepage/features_btm.gif);
	background-repeat: no-repeat;

}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px 8px;
width: 717px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 171;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
	z-index:0;
}

#paginate-slider2 {
	background-image:url(/v/vspfiles/templates/9/images/Homepage/features_top.gif);
	background-repeat: no-repeat;
	width: 736px;
	text-align: left;
	background-position: bottom;
	height: 37px;
}
.pagination{
	width: 300px;
	text-align: left;
	padding: 5px 3px 0px 20px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	height: 37px;
	margin-left: 340px;
}

.pagination a{
	padding: 5 15px 9;
	text-decoration: none;
	color: #BA0100;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 39px;
	background-image: url(/v/vspfiles/templates/9/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: 20px;
	width: 39px;
	padding: 5 15px 9;
	background-image: url(/v/vspfiles/templates/9/images/Homepage/btn_bg_over.gif);
	background-repeat: no-repeat;
}