#page-wrap{
	width: 490px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-image: url(../img/unsei_background.jpg);
}

#slider	{
	height: 386px;
	overflow: hidden;
	position: relative;
	margin: 0;
	width: 490px;
}
								  
                                /* 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: 430px;
	float: left;
	position: relative;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.slide img						{
	position: absolute;
	top: 0px;
	left: 0px;
}
#slider-stopper	{ position: absolute; top: -40px; right: 0px; 
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
