.contentslide{
	margin:0;
	margin-top:15px;
	padding:10px;
	height: 250px;
	overflow:hidden;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	background-color: #f7f5f5;	
	font-size:12px;
	}

.contentslide .contentdiv{
display: none;
}

.pagination{

	width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 0;
	padding-top:3px;

}

* 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%; /*IE6 width*/
}

.pagination a, .pagination span{
	text-decoration: none;
	color:#000000;
	font-size:12px;
	background-color:transparent;
	cursor:pointer;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

.pagination a:hover, .pagination a.selected, pagination span.over{
	text-decoration: none;
	border:1px solid ;
}
