 .sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#000000;
width: 330px; /*width of featured content slider*/
height: 164px;
}



.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: #000000;
width: 337px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 164px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pagination{
	width: 330px;
	height: 33px;
	text-align: center;
	background-image:url(img/boxend.gif);
	padding: 0px 0px;
	font-weight: bold;
	line-height: 34px;
}

.pagination a{
	padding: 0 0px;
	text-decoration: none;
	color: #000000;
	font-style: oblique;
}
.pagination a:hover, .pagination a.selected{
color: #ffffff;
}


