*								{ margin: 0; padding: 0; }
body							{ font-family: "Lucida Grande", Arial, Sans-Serif; background: #222; }

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

h3								{position:absolute; font-family: Arial, Sans-Serif; font-size: 14px; text-align: left; 
								  font-weight: normal; top: 0px; left: 10px; }

#page-wrap						{ background: white; width: 550px; margin: 0 auto; 
								  padding: 20px 0; }

#slider2						{
	height: 227px;
	overflow: hidden;
	width: 640px;
	position: absolute;
	left: 1px;
	top: 287px;
	z-index: 4;
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 1000px; position: relative; }

.slide							{ padding: 40px 30px; width: 884px; float: left; position: relative; }
.slide p						{ color: #333333; font-size: 12px; line-height: 16px; width: 220px; top: 240px; text-align:right; margin-left:40px; }
.slide img						{ position: absolute; top: 20px; left: 10px; }
#slider-stopper					{ position: absolute; top: 1px; right: 50px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }

