.contentslide{
	padding: 2px;
	width: 361px;
	height: 220px;
	border: 1px solid #EFF3FA;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 361px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	height:220px;
	text-align: right;
	background-color: #C7D4F6; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 2px 0;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C7D4F6;
	border-right-color: #C7D4F6;
	border-bottom-color: #C7D4F6;
	border-left-color: #C7D4F6;
	height: 16px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 361px; /*IE5 width*/
width: 361px; /*IE6 width*/
}

.pagination a{
padding: 0 6px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
