.contentslide{
}



.contentslide .contentdiv{
display: none;
}



.pagination{
width: 100px; /*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: #DADADA;
border: 10px solid navy;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0px 0px 4px 0px;
display:none;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100px; /*IE5 width*/
w\idth: 116px; /*IE6 width*/
}

.pagination a{
padding: 0px 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
#slidercontent div
{
	background-color:#F1FBDF;
	border:1px dotted #65812A;
	border-right-style: dotted;
	margin:0px 25px 0px 0px;
	width:172px;
	height:150px;
	overflow:hidden;

}


#slidercontent  A:link, #slidercontent A:visited{
color:#383839;
border:0px solid #fff;
width:auto;
}
#slidercontent  A:hover{
color:#383839;
border:0px solid #fff;
width:auto;
}

#slidercontentmaroon div
{
	background-color:#F0CECD;
	border:1px dotted #A02422;
	border-right-style: dotted;
	margin:0px 25px 0px 0px;
	width:172px;


}


#slidercontentmaroon  A:link, #slidercontentmaroon A:visited{
color:#383839;
border:0px solid #fff;
width:auto;
}
#slidercontentmaroon  A:hover{
color:#383839;
border:0px solid #fff;
width:auto;
}

.contentdiv h1
{
	color: #660000;
	font-size: 16px;
	margin: 20px 0px 20px 0px;
	display: inline;
	letter-spacing: 0px;	
}


.contentdiv h2 {
	font-size: 14px;
	color: #0080E9;
	display: inline;
	letter-spacing: 1px;
	}
	

