.sliderwrapper { 
position : relative; 
overflow : hidden; 
border-bottom-width : 6px; 
width : 640px; 
min-height : 100%; 
text-align: justify;
} 
.pagination a { 
padding : 0 5px; 
text-decoration : none; 
color : #00007d; 
background : #f8f8f8; 
} 
.pagination a:hover, .pagination a.selected { 
color : #000000; 
background-color : #ffdddd; 
} 
