.contentslide{
width: 380px;
text-align:right;
float:left;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width:100%;
height:100%;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background-color:#000;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 100px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
margin: 0 auto;
margin-top:5px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100px; /*IE5 width*/
w\idth: 100px; /*IE6 width*/
height:22px;
}

.pagination a{
text-decoration: none; 
outline:0;
background-color: #000;
color:#e6bd7c;
}

.pagination a:hover, .pagination a.selected{
color:#e2a444;
background-color: #000;
font-weight:bold;
}

.contentLink
{
width:20px;
height:22px;
background-color: #000;
float:left;
display:none;
}

.contentLink:hover
{
color:#e2a444;
background-color: #000;
font-weight:bold;
display:none;
}

.contentLinkNext
{
width:20px;
height:22px;
background-color: #85ba17;
float:left;
text-align:right;
display:none;
}

.contentLinkNext:hover
{
color: #fff;
background-color: #85ba17;
font-weight:bold;
display:none;
}