.contentslide{
	padding: 0px;
	width: 580px;
	height: 150px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;


}

.contentslide .contentdiv{
	display: none;
	font-family: "Arial Bold", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #003399;
	text-align: left;
}


.pagination{
	display: none;

}

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

.pagination a{
	padding: 0 0px;
	text-decoration: none;
	color: #003399;
	background-color: #003399;
}

.pagination a:hover, .pagination a.selected{

}
