.contentslide{
	padding: 0px;
	width: 446px;
	height: 261px;
	border-top: 0px solid navy;
	border-right: 0px solid navy;
	border-bottom: 0px solid navy;
	border-left: 0px solid navy;

}

.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: 446px;
	text-align: right;
	padding: 0 0 4px;
	height: 257px;
	border-top: 0 none;
	border-right: 10px none;
	border-bottom: 0 none;
	border-left: 10px none;

}

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

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;

}

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