.contentslide{
border: 1px solid #DBDBDB;
padding: 10px;
width: 606px;
height: 80px;
text-align:justify;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 620px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding-top:6px;
height:19px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width:620px;
}

.pagination a{
padding: 0 5px;
border: 1px solid #DBDBDB;
text-decoration: none; 
color: #4877A3;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #4B515F;
border: 1px solid #B9C0C8;
background-color: #F2F2F2;
text-decoration: none; 
}
