.contentslide{
	width: 490px;
	height: 150px;
	background-image: url(../images/background_announcement.jpg);
}

.contentslide .contentdiv{
	display: none;
	width: 490px;
	height: 150px;
}

.pagination{
	width: 486px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin: 5px 0px 0px;
	padding: 5px 0px 5px 5px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
text-decoration: none;
}

.pagination a{
	padding: 2px 5px;
	text-decoration: none;
	color: #0d073f;
	background-color: #e8e4e4;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.pagination a:hover, .pagination a.selected{
	padding: 2px 5px;
	color: #FFFFFF;
	background-color: #0d073f;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

