.contentslide{
border: 1px solid #FD7621;
border-bottom-width: 6px;
padding: 8px;
width: 460px;
height: auto; 
/* height: 250px; */
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 456px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: center;
	border: 10px solid #FD7621;
	border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 4px 0;
	background-color: #FD7621;
	background-image: url(menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 460px; /*IE5 width*/
w\idth: 456px; /*IE6 width*/
}

.pagination a{
	padding: 4px 9px 4px 9px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Gill Sans", verdana, sans-serif;
	font-size: 97%;
	font-weight: bold;
	line-height: 19px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFFF99;
}