.contentslide{
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
}

.contentslide .contentdiv{
display: none;
}

.contentdiv a{
padding: 0px;
text-decoration: none; 
color:#CC0000;
font-size:12px;
font-weight:bold;
background-color:#fff;
line-height:18px;
}

.contentdiv a:hover, .contentdiv a.selected{
color: #255A89;
}

.pagination{
	width: auto; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: center;
	border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
	padding: 0px 0px 3px 0px;
	float: left;
	overflow: hidden;
	width: auto;
	text-align: left;
	
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width:187px; /*IE5 width*/
w\idth:187px; /*IE6 width*/
}

.pagination a{
	padding: 0 2px;
	text-decoration: none;
	color: #2e6ab1;
	background-color:#FFFFFF;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}


