.contentslide{
width:381px;
height:159px;
margin:5px 0 0 0;
padding:0;
border:none;
z-index:500;
}

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

.contentslide .contentdiv{
display: none;
z-index:500;
}

.pagination{
width:298px; /*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:4px 0 0 71px;
z-index:1500;
position:absolute;
}

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

.pagination a{
background-color:#141414;
border:1px #1b1b1b solid;
width:20px;
height:12px;
float:left;
padding:2px 0 0 0;
margin:0 2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}

.pagination a:hover, .pagination a.selected {
background-color:#141414;
border:1px #1b1b1b solid;
width:20px;
height:12px;
float:left;
padding:2px 0 0 0;
margin:0 2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#ffd200;
text-decoration:none;
}

