.sliderwrapper{
position: relative;
overflow: hidden;
border: 1px solid #555;
border-bottom-color: #333;
border-right-color: #333;
border-bottom-width: 2px;
border-right-width: 2px;
width: 200px;
height: 150px;
margin-top:3px; }
.sliderwrapper .contentdiv{
visibility: hidden;
position: absolute; 
left: 0;
top: 0;
padding: 5px;
width: 190px;
height: 140px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1; }
#paginate-slider4 a img{
width: 40px;
height: 30px;
border: 1px solid gray;
margin-top: 3px;
margin-right: 3px; }
#paginate-slider4 table td {
border: 1px dashed #999;
height: 40px;
vertical-align: top ;
width:100%; }
#paginate-slider4 table td:hover {
border: 1px solid #7C982F;
cursor: pointer;}
#paginate-slider4 td:hover img {
border: 1px solid  #7C982F;}	
#paginate-slider4 table td:hover a {
color: #7C982F; }
