.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

width: 610px; /*width of featured content slider*/
height: 170px;
	background: url('../images/corner_bottom.gif') top right no-repeat;
	padding: 0px;
	margin-bottom: 0px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: none;
width: 610px; /*width of content DIVs within slider. */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
	margin-top: 40px;
}

.pagination{
width: 610px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px;
margin-bottom: 0px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ff3333;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #ff9900;
}