.contentslide{
border: 0px solid ;
border-bottom-width: 0px;
padding: 0px;
width: 482px;
height: 286px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 450px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right }*/
	text-align: right;
	padding-top: 10px;
	padding-right: -30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.paddings{
	text-align: center;
	background-color: ;

}
* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 450px; /*IE5 width*/
w\idth: 450px; /*IE6 width*/
}
.pagination a{
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 10 0 10;

}
.pagination a:hover, .pagination a.selected{
	color: #00000;
	background-color: #f4efe5;
}
