.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #eee;
width: 1005px;
height: 350px;
}

.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: white;
width: 960px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	width: 950px;
	text-align: right;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #ccc;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #33AAFF;
text-decoration: none;
font-weight: bold;
}
