.contentslide{
border: 1px solid #778CCF;
border-bottom-width: 1px;
width: 550px;
padding-top:0px;

}

.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: 552px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
height:31px;
background:url(images/entmet.jpg) no-repeat;
padding:0px;
/*border: 1px solid #778CCF;*/
 /*Left/ right border width of pagination DIV.*/
}



.pagination a{
width:100%;

font-family:Verdana;
text-decoration: none; 
color: #FFFFFF;
font-size:11px;
/*background:url(images/entmet.jpg);*/
}

.pagination a:hover, .pagination a.selected{
font-family:Verdana;
color: #FFFFFF;
font-size:11px;
font-weight:bold;

}

