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

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

h2								{ font-family: Georgia, Serif; font-size: 26px; text-align: center; 
								  font-weight: normal; }

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

#slider							{ background: fff; height: 220px; width: 480px; overflow: hidden;
								  position: relative; margin: 40px 0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 600px; position: relative; }

.slide							{
	padding: 10px 0px;
	width: 490px;
	float: left;
	position: relative;
	/*z-index: 980;*/
}
.slide h1						{
	font-size:17px;
font-weight:bold;
line-height:20px;
}

.slide p						{
	color: #666;
	font:12px/15px Arial, Helvetica, sans-serif;
	width: 310px;
}
.slide img						{ position: absolute; top: 5px; left: 350px; }
#slider-stopper					{ position: absolute; top: 205px;left: 0px; background: #ac0000; color: white;
								  padding: 3px 7px; font-size: 9px; text-transform: uppercase; z-index: 1000; }
