.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 373px; /*width of featured content slider*/
height: 270px;
background: white url('../images/side_bg.gif') no-repeat;
  border: 1px solid #DDDDDD;



}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px;
background:  url('../images/slider.gif') no-repeat;
width: 353px; /*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: auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
margin: 5px 0 10px;
padding: 5px;
-moz-border-radius: 3px;

}

.pagination a{
	background-color:#42090A;
	padding:8px;
	margin-left:4px;
	font-size:11px;
	line-height:8px;
	color:#ffffff;
	text-decoration:none;
	-moz-border-radius: 4px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #d00000;
}