.contentslide {
	padding: 8px;
	/*width: 400px;
	height: 250px;*/
	width: 465px;
	height: 285px;
	}

.contentslide .contentdiv {
	display: none;
	}
	
.pagination {
	position: absolute;
	bottom: 40px;
	right: 8px;
	width: 150px; /*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: 0;
	margin: 0;
	}

* html .pagination { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 400px; /*IE5 width*/
	w\idth: 416px; /*IE6 width*/
	}

.ss_wrap .pagination a, .ss_wrap  .pagination a:visited {
	padding: 0 5px;
	text-decoration: none; 
	color: #2e6ab1;
	background-color: white;
	border: 1px solid #e5e5e5;
	}

div.left_col div.ss_wrap .pagination a:hover, div.left_col div.ss_wrap .pagination a.selected {
	color: #333;
	background: #fae9cd; !important
	border: 1px solid #f2bb5c;
	}
	
