/* for content styling contained in the content slider at top, please see the global.css file
--------------------------------------------------------------------------------------------*/

.contentslide{
border: 8px solid #f2f2f2;
border-bottom-width: 6px;
width: 517px;
height: auto;
padding: 0;
margin: 6px 0 6px 12px;
background: #f2f2f2;
}

.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;
width: 517px;
height: 310px;
padding: 0;
margin: 0;
}

.contentslide .contentdiv img {
	margin: 0;
	padding: 0;
	width: 517px;
	height: 310px;
}

.pagination{
width: 517px; /*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: #f2f2f2;
padding: 5px 5px 5px 0;
}

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

.pagination a{
text-decoration: none; 
color: #CCC;
background-color: #f2f2f2;
margin: 0 0 0 4px;
font-size: 12px;
}

.pagination a:hover, .pagination a.selected{
color: #FF6600;
background-color: #f2f2f2;
}