.pagination, .pagination p, .pagination a, .pagination a p, .pagination p a {
width: 328px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height: 14px;
text-align: left;
background-color: #163458;
border: 0px solid #163458;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}

.pagination img{
width: 13px; 
height: 10px;
margin: 0px 2px 0px 0px;
}

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

.contentslide{
border: 0px solid #163458;
width: 328px;
height: 82px;
margin-bottom: 6px;
}

.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: 100%;
height: 100%;
}

.contentdiv {
	background-color: #ded9cc;
	text-decoration: none;
	text-align:left;
	height: 82px;
	line-height: 2px;
}

.contentdiv img {
	width: 120px;
	height: 82px;
	margin-right: 5px;
}

.contentdiv a strong {
	font-weight: bold;
}
.contentdiv a p, .contentdiv p a, .contentdiv a, .contentdiv p {
	color: #374d77;
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:4px;
	padding-right:2px;
	line-height: 12px;
}

.contentdiv h2 a, .contentdiv a h2, .contentdiv h2 {
 	color: #374d77;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding: -5px 2px 0px 4px;
	line-height: -2px;
}
