.contentslide{
width: 620px;
height:auto;
}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
}
.contentslide .contentdiv{
display: none;
background-color:#FF9007;
padding:10px;
}
.pagination{
width: 620px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
margin-top:0px;
text-align: right;
}
* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 620px; /*IE5 width*/
}
#backimagen{
width:620px;
height:27px;
background-image:url(../images/slider.jpg);
background-position:right;
background-repeat:no-repeat;
margin-bottom:5px;
}
.pagination a{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
padding: 0 8px;
text-decoration: none; 
color:#FFF;
}
.pagination a:hover, .pagination a.selected{
color:#000;
background-color:#F30;
}