.contentslide{
border: 0px solid #922A33;
border-bottom-width: 0px;
padding: 0px;
width: 430px;
height: 120px; 
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 416px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #FFFFFF;
border: 1px solid #922A33;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 1px 0;
/* added to eliminate page controls */
display: none;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #343248;
background-color: #FAF2DD;
font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
font-size: 8pt;
/* added to eliminate page controls */
display: none;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #DBC27B;
}.contentslidecontest {
	border-bottom-width: 0px;
	padding: 8px;
	width: 400px;
	height: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

