


#slider_index	{ 	
	border: 1px solid  #06358b;
	height: 200px; 
	width: 603px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	background-color: #1b57a5;
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							
{ 
width: 2880px; 
position: relative; 
}

.slide{ 
	padding: 20px 30px; 
	width: 900px; 
	float: left; 
	position: relative; 
}

.slide h4 { 
	font-family:  Arial, Helvetica, Sans-Serif; 
	font-size: 18px; 
	color: #98e400; 
	text-shadow: #06358B 2px 2px 2px;
}

.slide p	{ 
	color: #98e400; 
	font-size: 13px; 
	line-height: 20px; 
	width: 270px; 
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	text-shadow: #06358B 1px 1px 1px;
	}
.slide img						{ position: absolute; top: 24px; left: 340px; border: none }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }