.contentslide{
font-size: 11px;
border-bottom-width: 6px;
padding: 5px;
width: 148px;
height: 154px;
}

.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: 153px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding-right: 5px;
padding-bottom: 2px;
/*border: 10px solid navy;*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 153; /*IE5 width*/
w\idth: 153px; /*IE6 width*/
}

.pagination a{
font-size: 10px;
padding: 0 2px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
border: 1px solid #000;
}

.pagination a:hover {
color: #000;
background-color: #ff9000;
}

.pagination a.selected {
color: #fff;
background-color: #d21210;
}

.contentslide a.title {
	font-weight: bold;
	color: #900c0b;
}

.contentslide a.title:hover {
	color: #d21210;
}