.contentslide{
width: 549px;
padding-left:33px;
}

.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, .opacitylayer {

	margin-top:3px;

}


.contentslide .contentdiv{
display: none;
background:#173663;
}

.contentdiv p {

	font:normal 0.8em verdana, arial, sans-serif;
	color:#FFF;
	line-height:16px;
	padding:8px;

}

.pagination{
width: 582px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: #FFF;
}

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

.pagination a{
font-size:0.8em;
text-decoration: none; 
color: #414141;
background-color: white;
padding:5px;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #173663;
}

.pagination a:hover {

	text-decoration:underline;

}

a.moreinfo {

	float:left;

}