﻿.sliderwrapper{
position: relative;
overflow: hidden;
width: 538px;
height: 434px;
}

.sliderwrapper .contentdiv{
visibility: hidden;
position: absolute;
left: 0;
top: 0;
background: white;
width: 538px;
height: 100%;
}

.pagination{
width: 538px;
text-align: right;
background-color: #A7D481;
}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #6CC449;
background: white;
font-family:Verdana;
font-size:13px;
font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: #FFFFFF;
}