*								{ margin: 0; padding: 0; }

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

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

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

#slider							{
	overflow: hidden;
	position: relative;
	width: 550px;
	left: 30px;
	right: 40px;
	visibility: visible;
	top: 20px;
	height: 224px;
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{
	width: 542px;
	position: relative;
}

.slide							{
	width: 600px;
	float: left;
	position: relative;
	top: 20px;
}
.slide h1						{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
	color: #CCC;
}
.slide p						{
	color: #CCC;
	font-size: 12px;
	line-height: 22px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
}
.slide img						{
	position: absolute;
	top: 40px;
	left: 321px;
}
#slider-stopper					{
	position: absolute;
	top: 1px;
	right: 20px;
	color: #CCC;
	padding: 3px 8px;
	font-size: 9px;
	text-transform: uppercase;
	z-index: 1000;
	background-color: #525252;
	font-family: Arial, Helvetica, sans-serif;
}
