.contentslide{
border: 10px solid;
background-image:url(bgscript.jpg);
border-bottom-width: 6px;
padding: 8px;
width: 411px;
height: 250px;
}

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

}

.contentslide .contentdiv{
display: none;
background-image:url(bgscript.jpg);

}

.pagination{
width: 427px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #000000;
border: 10px solid #000000;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 411px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
background-image:url(bgscript.jpg);
}

.pagination a{
width: 411px; 
font-family:"Trebuchet MS";
font-weight: bold;
font-size:12px;
padding: 0 5px;
text-decoration: none; 
color: #f3f3f3;
background-color: white;
background-image:url(bgscript.jpg);
}

.pagination a:hover, .pagination a.selected{
font-family:"Trebuchet MS";
font-weight: bold;
font-size:12px;
color: #6BCBE2;
background-color: #FEE496;
background-image:url(bgscript.jpg);
}