.sliderwrapper{ position: relative;   overflow: hidden;     width: 660px;  height: 220px; margin:0 auto;   }    
.sliderwrapper .contentdiv { visibility: hidden;   position: absolute;   left: 0;    top: 0; 
  background: white; width: 650px;   height: 99%; filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
    .pagination{ font-size:90%;  width: 310px;   text-align: right; float:right;   background-repeat:no-repeat; }
	  .pagination a{ padding: 0 5px; text-decoration: none;  color: #999; background: white; }  
	  .pagination a:hover, .pagination a.selected{ color: #000; background-color: #FEE496; }