.contentslide{
border: 1px solid #B5B5B5;
border-bottom-width: 1px;
padding: 10px;
width: 600px;
height: 1600px;
margin-bottom: 10px;
margin-left: 15px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
color: #185C76;
font-family: arial;
font-size: 14px;
display: none;
}

.pagination{
width: 600px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
margin-left: 0px;
background-image: url(../images/gray_grade.gif);
border: 0px solid white;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 28px 26px 25px 30px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 600px; /*IE5 width*/
w\idth: 600px; /*IE6 width*/
}

.pagination a{
padding: 25px 35px 25px 30px;
font-family: arial;
font-size: 48px;
margin-left: -17px;
background-image: url(../images/design_blue.jpg);
text-decoration: none; 
color: #fff;
background-color: white;
}

.pagination a:hover{
color: #fff;
background-image: url(../images/design_gray.jpg);
background-color: #fff;
}