.contentslide{
width: auto;
overflow:auto;
overflow-x: hidden;
padding:25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
text-align:justify;
color:#003e5c;
background-color:#FFFFFF;
height:350px;
vertical-align:middle;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
-moz-opacity: 1;
opacity: 1;
}

.contentslide .contentdiv{
display: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
}

.pagination{
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
background-color: white;
padding: 5px 0 5px 0;
border-top: #003e5c solid 10px;
border-bottom: #003e5c solid 10px;
}

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

.pagination a{
font: 18px Verdana, Arial, Helvetica, sans-serif;
padding: 5px 10px 5px 10px;
text-decoration: none; 
color: #003e5c;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #003e5c;
}

.selected a{
font: 18px Verdana, Arial, Helvetica, sans-serif;
padding: 5px 10px 5px 10px;
text-decoration: none; 
color: #ffffff;
background-color: #003e5c;
}
