.contentslide{
	border: 0px;
	padding:0px;
	width: 303px;
	height: 280px;
}

.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;}
.contentslide .contentdiv img{border:0}
.contentslide .contentdiv a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #1C608F;
	}
	
.pagination{
	width: 300px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	border: 1px solid;
	border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
	padding: 1px 0 4px 0;
}

.pagination a{
	padding: 2px 5px;
	text-decoration: none; 
	color: #5B7483;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.pagination a:hover, .pagination a.selected{
	color: #FFF;
	background-color: #5B7483;
	text-decoration:none
}