.contentslide{
/*border: 2px solid #999999;*/
position: absolute;
margin-top: 140px;
width: 900px;
height: 550px;
margin-left: 80px;
}

.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;

}

.contentslide .contentdiv {
z-index: 3;
background-color: #FFFFFF;
width: 100%;
height: 100%;
padding: 20px 20px 0px 0px;
display: block;
}

.contentslide .contentdiv ul{
/*list-style: none;*/
}

.pagination {
z-index: 5;
height: 16px;
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
margin-left: 5px;
}

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

.MenuBut .pagination a {
padding-right: 3px;
font: normal 11px Georgia, serif;
color: #FFFFFF;
text-decoration: none;
}

.pagination a.selected {
color: #666666;
}

.pagination a:hover {
color: #666600;
text-decoration: none;
}