*								{ margin: 0; padding: 00; }


#slider	{
	background: white;
	width: 540px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	height: 260px;
	padding: 0px;
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover	{
	width: 540px;
	position: relative;
}

.slide	{
	width: 540px;
	float: left;
	position: relative;
	text-align: center;
	height: 230px;
}
.slide h1 {
	font-family: Helvetica, Sans-Serif;
	font-size: 18px;
	color: #666666;
	text-align: center;
	height: 30px;
	border: 1px solid #D1D1D1;
}
.slide img	{
	position: absolute;
	top: 30px;
	left: 0px;
	width: 538px;
	height: 228px;
}
#slider-stopper	 { position: absolute; top: 20px; right: 0px; background: #ffffff; color: #389ffe;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 540; }

