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

h2								{ font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 22px; text-align: center; 
								  font-weight: normal; }

#page-wrap						{
	background: white;
	width: 680px;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

#slider							{
	height: 220px;
	overflow: hidden;
	position: relative;
	width: 680px;
	margin-right: 0;
	margin-left: 0;
	background-color: white;
}
								  
                                /* 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; }

.slide							{
	width: 680px;
	float: left;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.slide h1						{ font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 24px; letter-spacing: -1px;
								  color: #ac0000; }
.slide p						{ color: #999; font-size: 12px; line-height: 22px; width: 300px; }
.slide img						{
	position: absolute;
	top: 20px;
	left: auto;
}
#slider-stopper					{ position: relative; 
                                 top: 100px; 
								 right: 20px; 
								 background: white; 
								 color: white;
								  padding: 3px 8px; 
								  font-size: 10px; 
								  text-transform: uppercase; 
								  z-index: 1000; }
