/* CSS Document */
.contentslide{
	padding: 8px;
	width: 566px;
	height: auto;
	border: none;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font-size: smaller;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 566px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
	display: none;
	color: #909;
	margin-bottom: 15px;
	font-size: larger;
	background: #FFFFFF;
}

.pagination{
	width: 550px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: center; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 4px 0;
	font-size: x-small;
	margin-left: auto;
	margin-right: auto;
	border-top: 0 solid navy;
	border-right: 0px solid navy;
	border-bottom: 0px solid navy;
	border-left: 0px solid navy;
}

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

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	display: none;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
