.contentslide{
		padding: 1px;
	
	height: 104px;
	overflow:auto;
/*	background-image: url(images/brown.gif); 
	background-repeat:repeat-x;
	background-position:0% 100%;
	*/
	}

.contentslide .contentdiv{
display: none;
}

.pagination{

	width: 450px; /*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-bottom: 1px solid #3e6c94;
	border-left: 1px solid #3e6c94;
	border-right: 1px solid #3e6c94;
 background-image:url(images/brownb.gif);/
	background-repeat:repeat;
	 */
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 0;
display:none;
	padding-top:10px;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 503px; /*IE5 width*/
w\idth: 530px; /*IE6 width*/
}

.pagination a, .pagination span{
	text-decoration: none;
	color:#ffffff;

	background-color:transparent;
	cursor:pointer;
	font-size:8px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

.pagination a:hover, .pagination a.selected, pagination span.over{
	border:1px solid #FFFFFF;
}