.contentslide{
border: 1px solid #164983;
padding: 0px;
margin:0px;
width: 300px;
height: 250px;
}

*html .contentslide{
border: 1px solid #164983;
padding: 0px;
width: 300px;
height: 225px;
h\eight: 225px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 300px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	height: 25px;
	text-align: right;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 300px; /*IE5 width*/
w\idth: 300px; /*IE6 width*/
}

.pagination a{
	text-decoration: none;
	color: #164983;
	background-color: #c5e1ff;
	border: 1ps solid #92bdee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: 700;
	padding-top: 2;
	padding-right: 5px;
	padding-bottom: 2;
	padding-left: 5px;
}

.pagination a:hover, .pagination a.selected{
color: #164983;
background-color: #FEBF2B;
}
