.sliderwrapper{
position: relative;
overflow: hidden;
border: 1px solid black;
border-bottom-width: 2px;
width: 601px;
height: 277px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 600px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
/* position: absolute; */
position: relative;
top: -25px;
left: 5px;
border-width:0px;
z-index: 1000;
text-align: left;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none;
color: white;
background: #859D31;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: grey;
}
