.contentslide{
position:relative;
clear:left;
width: 480px;
height: 250px;
background-color: #FABA00;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
position:abolute;
z-index: 1;
margin-right:19px;
top: 200px;
right:50px;
width: auto; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
font-family: Arial;
font-size:10px;
background-color: #FABA00;
/*
border: 1px solid #FFFFFF;
 /*Left/ right border width of pagination DIV.*/

}

.div2 {
   opacity: 0.8;
   z-index: 1;
   position: absolute;
   top: 200px;
   right:50px;
   text-align: center;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
/*color: #CC9900;*/
color: #000000;
font-size:10px;
font-weight: bold;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #FABA00;
font-weight: bold;
font-size:10px;
background-color: #004288;
}

