.contentslide{
border: 0px solid #a23c46;
border-bottom-width: 1px;
background-color: #a23c46;
padding: 8px;
width: 294px;
height: 65px
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 294px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border: 1px solid #000000;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 1px 0;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ffffcc;
background-color: #a23c46;
font-family: Arial, Helvetica, Helv, sans-serif;
font-size: 10px;
}

.pagination a:hover, .pagination a.selected{
color: #7DD4C5;
background-color: #2E9E8B;
}

.slidertext

	{
		font-family: Arial, Helvetica, Helv, sans-serif;
		font-size: 12px;
		color: #FFFFCC;
		margin-top: 0px;
		margin-bottom: 0px
	}

.sliderheader

	{
		font-family: Arial, Helvetica, Helv, sans-serif;
		font-size: 14px;
		color: #FFFFCC;
		font-weight:bold;
		font-style: italic;
		margin-top: 0px;
		margin-bottom: 0px
	}

a.slider:link { color: #7DD4C5; text-decoration: none; font-family: arial, helvetica, helv, sans-serif; font-weight: normal; font-style: normal; font-size: 12px }
a.slider:active { color: #7DD4C5; text-decoration: none; font-family: arial, helvetica, helv, sans-serif; font-weight: normal; font-style: normal; font-size: 12px }
a.slider:visited { color: #7DD4C5; text-decoration: none; font-family: arial, helvetica, helv, sans-serif; font-weight: normal; font-style: normal; font-size: 12px }
a.slider:hover { color: #7DD4C5; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: normal; font-style: normal; font-size: 12px }