.contentslide{
border: 2px solid #88909b;
border-bottom: 0px #c8ccd1;
padding: 3px;
width: 400px;
height: 50px;
}

.contentslidetall{
border: 2px solid #88909b;
border-bottom: 0px #c8ccd1;
padding: 3px;
width: 400px;
height: 250px;
}

.contentslideverytall{
border: 2px solid #88909b;
border-bottom: 0px #c8ccd1;
padding: 3px;
width: 400px;
height: 435px;
}

.contentslideverytall .opacitylayer,
.contentslidetall .opacitylayer,
.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;

}

.contentslideverytall .contentdiv,
.contentslidetall .contentdiv,
.contentslide .contentdiv{
color:#4f4f4f;
padding: 5px;
display: none;
}


.pagination{
width: 404px; /*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: #c8ccd1;
border: 2px solid #88909b;
/*border-width: 0 10px; Left/ right border width of pagination DIV.*/
border-width: 0 2px 2px 2px;
padding: 2px 2px 2px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
width: 404px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none;
font-weight:bold;
color: #4f4f4f;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #d47711;
font-weight:bold;
/*background-color: #FEE496;*/
}