.sliderwrapper{
    position: relative; /*leave as is*/
	background:url(design/special.jpg) no-repeat;
	width:373px;
	height:156px;
	float:left;
	margin-left:6px;
	text-align:center;
	overflow: hidden;  
}

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

.pagination {
width:50%;
text-align:right;
position:absolute;
right:100px;
top:390px;
z-index:100;
}

.pagination a {
padding:2px 6px 2px 6px;
background:#1b1b1b;
text-decoration: none; 
color:#fff;
}

.pagination a:hover, .pagination a.selected {
text-decoration:underline;
background:#22425c;
}

