*								{
	margin: 0;
	padding: 0;
	
}


a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

h2								{ font-family: Tahoma, Serif; font-size: 36px; text-align: center; 
								  font-weight: normal; }


#slider							{  height: 287px; overflow: hidden;
								  position: relative; margin: 20px 0;  width:870px;}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this.padding: 40px 10px 40px 30px; */								  
#mover							{
	position: absolute;
	width: 821px;
}

.slide							{  width: 870px; float: left; position: relative; white-space:normal }
.slide h1						{ font-family: samsun, Sans-Serif; font-weight:normal; font-size: 24px; letter-spacing: -1px;
								  color: #777; }
.slide p						{ font-family: samsun, Sans-Serif;color: #999; font-size: 13px; line-height: 22px; width: 350px; }
.slide img						{ position: absolute; top: 20px; left: 430px; height: 242px; }
#slider-stopper					{ position: absolute; top: 1px; right: 0px; background: #cc0000; color: white; font-family: samsun, Sans-Serif; font-size: 15px;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000;   }
