*								{ margin: 0; padding: 0; }
a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

h2								{ font-family: Georgia, Serif; font-size: 36px; text-align: center; 
								  font-weight: normal; }

#slider							{
	height: 270px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding-top: 30px;
}
								  
                                /* 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; }


#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ffb02c; color: white;
								  padding: 3px 8px; font-size: 10px; z-index: 1000; }
