.contentslide{
width: 479px;
height: 358px;
}

.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{
display: none;
}

.pagination{
width: 479px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
background-color: #ffffff;
border: 1px solid #ebebeb;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
position:relative;
}

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

.pagination a{
padding-left:8px;
padding-right:8px;
padding-top:3px;
padding-bottom:3px;
text-align:center;
text-decoration: none; 
color: #818181;
background-color:#e8e8e8;
border: 1px solid #878787;
font-family:arial;
font-size:8pt;
}

.pagination a:hover, .pagination a.selected{
color: #a1a1a1;
background-color: #3c3c3c;
}

.div_pcontent {
position:absolute;
background:#333333;
text-align:center;
padding-left:10px;
padding-right:3px;
padding-top:3px;
padding-bottom:7px;
}
