.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
background-image:url(../images/bg_centr_block.png);
background-repeat:repeat-x;
background-position:bottom;
width: 700px; /*width of featured content slider*/
height: 130px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 700px; /*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: 700px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 35px;
text-align: left;
background-image:url(../images/bg_menu_ad.png);
background-repeat:repeat-x;
}

.pagination a{
padding-bottom: 4px;
padding-top: 4px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none; 
color: #000;
display: inline-table;
font-size:12px;
float:left;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-image:url(../images/bg_menu_ad_active.png);
background-repeat:repeat-x;
height: 35px;
}
.pagination img {
	float: left;
	display:inline;
}
.pagination_sep {
	width:2px;
	height:35px;
	display:inline;
	float:left;
}
.pagination_a {
	height:35px;
	display:inline;
	float:left;
}