.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 300px; /*width of featured content slider*/
	height:250px;
	margin:auto;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 298px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 220px;
* height:252px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-align:center;
}

.pagination{
	width: auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	float:right;
	margin-right:2px;
	height:20px;
}

.pagination a{
text-decoration: none; 
color: #BF0000;
background: white;
border:1px solid #BF0000;
font-family:Arial, Geneva, sans-serif;
font-size:12px;
padding:2px 4px;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #BF0000;
border:1px solid #BF0000;
}