.contentslide{
border-bottom-width:0;
padding-left:0px;
width:893px;
height:350px;
}

.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;
}

.contentslide2{
border-bottom-width:0;
padding-left:4px;
width:100px;
height:85px;
}

.contentslide2 .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;

}

.contentslide2 .contentdiv{
display:none;
}

.pagination{
width:932px; /*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:none;
padding:1px 15px 0 0;
margin:-30px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width:860px; /*IE5 width*/
w\idth:860px; /*IE6 width*/
}

.pagination a{
padding:3px 6px;
text-decoration:none;
color:#1cb7f0;
background-color:transparent;
font-weight:bold;
font-size:11px;
}

.pagination a:hover, .pagination a.selected{
color:#666;
background-color:transparent;
font-weight:bold;
text-decoration:none;
}

.pagination2{
width:0px; /*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:none;
padding:1px 5px 0 0;
margin-top:-43px;
}

* html .pagination2{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width:0px; /*IE5 width*/
w\idth:0px; /*IE6 width*/
}

.pagination2 a{
padding:3px 6px;
text-decoration:none;
color:#333333;
background-color:transparent;
font-weight:bold;
font-size:11px;
}

.pagination2 a:hover, .pagination2 a.selected{
color:white;
background-color:transparent;
font-weight:bold;
text-decoration:underline;
}