.contentslide{
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/	
	width: 100%;	
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contentslide .contentdiv{
	display: none;	
}

.pagination{
	
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
w\idth: 100%px; /*IE6 width*/
}

.pagination span {
	background-image: url(Images/Untitled-16.jpg);
	height: 12px;	
	background-repeat: no-repeat;
	padding:5px;
	padding-right:6px;
	background-position: left center;
}
.pagination a:hover span,.pagination a.selected  span{
	background-image: url(Images/Untitled-6.jpg);
	height: 12px;	
	background-repeat: no-repeat;
	padding:5px;
	padding-right:6px;
	background-position: left center;
	text-decoration:none;
}
.TickerBox {
	background-image: url(Images/Untitled-15.jpg);
	background-repeat: repeat-x;
	 padding-left:5px;		
	line-height: 28px;
	margin-bottom: 10px;
}