*								{ margin: 0; padding: 0; }
a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

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

#page-wrap						{
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0;
}

#slider							{
	height: 310px;
	overflow: hidden;
	position: relative;
	margin: 0px 0;
	background-color: #333333;
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 7000px; position: relative; }

.slide							{
	padding: 0px;
	width: 1000px;
	float: left;
	position: relative;
}
.slide h1						{
	font-family: "Trebuchet MS", "Myriad Pro", Arial;
	font-size: 30px;
	letter-spacing: -1px;
	color: #666699;
}
.slide p						{
	color: #999;
	font-size: 12px;
	line-height: 22px;
	width: 200px;
	padding-left: 25px;
}
.slide img						{ position: absolute; top: 0px; left: 270px; }
#slider-stopper					{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #9487ab;
	color: white;
	padding: 3px 8px;
	font-size: 11px;
	text-transform: uppercase;
	z-index: 1000;
	font-family: "Trebuchet MS", "Myriad Pro", Arial;
}
