
.contentslide 
{
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	padding: 3px 0px 0px 5px; 
	background-color: white; 
	border: solid 1px #99CCFF; 
	width: 284px; 
	height: 275px; 
}
	
b.listings { 
	font-weight: bold; 
	font-size: 14px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	border: 1px #99CCFF; 
}

.contentslide .contentdiv {
	padding: 3px 0px 10px 5px; 
	display: none; 
	position: absolute; 
	width: 250px; 
	height: 260px; 
	overflow: hidden; 
	clip: auto; 
}

.pagination {
	font-weight: bold; 
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	background-color: silver; 
	text-align: center;
	width: 291px;  
	height: 12px;
	padding: 0px 0px 1px; 
	border: #99CCFF; 
}

* html .pagination {
	position: absolute; 
	width: 260px; 
}

.pagination a {
	font-weight: bold; 
	color: #000; 
	font-size: 8px; 
	text-decoration: none; 
	background-color: white; 
	padding: 0 4px; 
}

.pagination a:hover, .pagination a.selected {
	font-weight: bold;
	 color: #fff; 
	 font-size: 8px; 
	 background-color: #663333; 
}