.contentslide{
	border-bottom-width: 0px;
	padding: 0px;
	width: 700;
	height: 285;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b4b4b4;
	border-right-color: #b4b4b4;
	border-bottom-color: #b4b4b4;
	border-left-color: #b4b4b4;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 670; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
font: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 0px;
text-color: #ed1d24;
background-color: #ffffff;
border: 0px #000000;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0 0;
}

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

.pagination a{
padding: 0 0 0 0;
text-shadow: none;
text-decoration: none;
color: #ed1d24;
background-color: #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #ed1d24;
background-color: #ffffff;
text-shadow: none;
text-decoration: none;
}
