.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
z-index:2;
margin-left:0px;
width: 735px; /*width of featured content slider*/
height:200px; 
}

.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:#fff url(images/bg_prod2.jpg) repeat-x right top;
width: 735px; /*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{
display: block; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 0;
}
	 
.pagination a{
display:block;
float:left;
min-width: 20px;
margin-right:6px; 
height:14px;
line-height:13px;
padding: 6px 0px 5px 9px;
background: url(images/pag-left.png) no-repeat left top;
text-decoration: none; 
font-weight: normal; 
color: #31363e;
cursor:hand;
}

.pagination a span{
position:relative;
padding: 6px 9px 6px 0px;
width:6px;
background: url(images/pag-right.png) no-repeat right top;
cursor:hand;
}

.pagination a:hover{
color: #31363e;
}

.pagination a.selected{
color: #fff;
font-weight: bold; 
background:#81c2ff;
background: url(images/pag-left.png) no-repeat left -25px;
overflow:visible;
}

.pagination a.selected span{
position:relative;
background: url(images/pag-right.png) no-repeat right -25px;
}