@charset "utf-8";
/* CSS Document */


#page-wrap						{
	background: white;
	width: 850px;
	margin: 0;
	padding: 50px 0;
}

#slider							{
	height: 170px;
	overflow: hidden;
	position: relative;
	margin: 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: 5100px;
	position: absolute;
}

.slide							{
	padding: 50px 30px;
	width: 780px;
	float: left;
	position: relative;
}
.slide p						{
	color: #330000;
	font-size: medium;
	line-height: 22px;
	width: 450px;
	padding-left: 300px;
}
.slide img						{
	position: absolute;
	top: 10px;
	left: 70px;
}
#slider-stopper					{
	position: absolute;
	top: 1px;
	right: 30px;
	color: white;
	padding: 3px 8px;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1000;
	background-color: #FFFFFF;
}
