
#slider							
{ 	
	width: 940px;
	height: 345px; 
	overflow: hidden;
	position: relative; 
	margin: 0px 0px 10px 0px;
}
								  
/* DEFAULT is for three panels in width, adjust as needed
   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							
{ 
	width: 5640px;
	position: relative; 
}

.slide							
{ 
	padding: 0px 30px;
	width: 940px; 
	float: left; 
	position: relative; 
	
}
.bannertext
{
	
	text-align: left;
	margin-left: 500px;
	width: 400px;
	/*border: solid 1px #000;*/

}
.bannertext ul li
{
	padding: 2px;
}
.findoutmore
{
	position: relative;
	float: right;
	border: none;
}
.slide h1						
{ 
	
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Sans-Serif; 
	font-size: 30px; 
	letter-spacing: -1px;
	color: Red; 
}
.slide p						
{ 
	
	color: #4F4F4F; 
	font-size: 12px; 
	line-height: 22px; 
	width: 300px; 
}

.slideimg						
{ 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	border: none; 

}
/*
.slide img						
{ 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	border: none; 

}
*/


#slider-stopper					
{ 
	position: absolute; 
	/*top: 1px; 
	right: 20px; */
	bottom: 0px;
	left: 100px;
	background: 
	#cccccc; 
	color: white;
	padding: 3px 8px; 
	font-size: 10px; 
	text-transform: uppercase; 
	z-index: 1000; 
}