*								{ margin: 0; padding: 0; }
body							{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #222;
}

a								{
	text-decoration: none;
	outline: none;
	color: #333;
}
a:hover							{
	text-decoration: none;
	outline: none;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

a img							{ border: none; }

h2								{
	font-family: "Myriad Pro", Tahoma, Arial;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}

#page-wrap						{
	background: white;
	width: 960px;
	margin: 0 auto;
}

#slider							{
	height: 230px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	padding: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
								  
                                /* 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: 935px;
	float: left;
	position: relative;
	padding: 0px;
}
.slide h3					{
	font-family: "Trajan Pro";
	font-size: 18px;
	letter-spacing: -1px;
	color: #333;
	float: left;
	max-width: 620px;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.slide h2						{
	font-family: "Trajan Pro";
	font-size: 30px;
	letter-spacing: -1px;
	color: #333;
	float: left;
	max-width: 620px;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.slide p						{
	color: #666;
	font-size: 12px;
	line-height: 22px;
	width: 450px;
	float: left;
	margin-left: 10px;
}
.slide img						{
	float: left;
	margin-right: 10px;
	border: 1px solid #666;
	padding: 2px;
	margin-top: 2px;
}
h1 span {
	font-size: 14px;
	color: #999;
	padding-left: 10px;
}

#slider-stopper					{
	position: absolute;
	top: 215px;
	right: 20px;
	z-index: 1000;
	background-image: url(../images/stop_btn.png);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 86px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	padding-left: 4px;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

