﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
height: 240px;
}

.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: 590px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
text-align: right;
padding: 9px 10px;
background: none;
}

.pagination a{
padding: 0px 8px 0px 8px;
text-decoration: none; 
color: #000000;
background: #FF9000;
border: 1px solid white;
}

.pagination a:hover, .pagination a.selected{
padding: 1px 8px 1px 8px;
color: #FFFFFF;
background-color: #D77B00;
border: 1px solid #D77B00;
}
