.contentslide{
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 1px solid Silver;
/*background-image: url(../assets/bg_content.gif);
background-repeat: repeat-x;
border-bottom-width: 6px;
padding: 8px;*/
width: 500px;
height: 215px;
	border: solid Silver;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0;
}

.contentslide .contentdiv{
display: none;
}

.contentslide .box{
/*	background-image: url(../assets/bg_content.gif);*/
	background-repeat: repeat-x;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 1px solid Silver;
	border: solid Silver;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0;	
}
/*.contentslide .imagebox{
	float: left;
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
}*/

.pagination{
width: 500px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
/*background-color: white;*/
/*border-width: 0 1px 2px 1px; Left/ right border width of pagination DIV.*/
/*padding: 4px 4px 4px 4px;*/
background-image: url(../assets/bg_pagination.gif);
background-repeat: repeat-x;
/*
border-color: Silver;
border: solid Silver;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 0px;
border-bottom-width: 1px;	*/
height: 40px;
 padding-left: 10px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 500px; /*IE5 width*/
w\idth: 500px; /*IE6 width*/
}
/*
.pagination a{
padding: 2px 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
border: 1px solid gray;
width: 20px;
height: 20px;
 margin-top: 2px;
 margin-right: 2px;
 vertical-align: middle;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}*/

.pagination a{
padding: 7px 10px 0 12px;
text-decoration: none; 
color: #999999;
/*background-color: white;
border: 1px solid gray;*/
width: 32px;
height: 30px;
 margin-top: 5px;
 margin-right: 0px;
 vertical-align: middle;
 background: url(../assets/pages.gif) no-repeat;
  font-weight: normal;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
}

.pagination a.next{
padding: 7px 10px 0 10px;
text-decoration: none; 
color: #999999;
/*background-color: white;
border: 1px solid gray;*/
width: 50px;
height: 30px;
 margin-top: 5px;
 margin-right: 0px;
 vertical-align: middle;
 background: url(../assets/next.gif) no-repeat;
 font-weight: normal;
  font-size: 1.2em; 
  font-family: Arial, Helvetica, sans-serif;  
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: #FEE496;
font-weight: bolder;
}

.pagination a.next:hover, .pagination a.next.selected{
color: #000000;
background-color: #FEE496;
font-weight: bolder;
}