.sliderwrapper{
position: relative;
overflow: hidden;
border: none;
width: 608px;
height: 274px;
}

.sliderwrapper .contentdiv{
visibility: hidden;
position: absolute;
left: 0;
top: 0;
padding: 0px;
margin:	0px;
width: 100%;
height: 100%;
opacity: 0.5;
filter: alpha(opacity=50);
}

.pagination{
/*position:relative;
left:0px;
top: -50px;
width: 608px;
text-align: right;
padding: 5px;*/
display:	none;
}

.pagination a{
padding: 10px;
text-decoration: none;
border: 1px solid rgb(220,220,220);
color: rgb(255,255,255);
background-color:	inherit;
font-family:	arial, sans-serif;
font-size:	14px;
font-weight:	normal;
}

.pagination a:hover, .pagination a.selected{
color: rgb(0, 0, 0);
background: rgb(200, 200, 200);
}