@charset "utf-8";
/********
 *
 *		ls.css
 *
 ********/
 
#back { 
	background-image:	url( "../images/btn_back.png" ); 
}
#headernav { 
	margin:				0 auto; 
	left:				25px;
	position:			relative; 
	top:				426px; 
	width:				640px;
	z-index:			100; 
}
#leadspace {
	height:				455px;
  	overflow:			visible;
	margin:				1.0em 0 0 0;
	position:			relative;
	width:				100%;	
	z-index:			1;
}

#next { 
	background-image:	url( "../images/btn_next.png" ); 
}

#pause { 
	background-image:	url( "../images/btn_pause.png" ); 
}

#shell {
	background:			#FFF;
	margin:				0 auto;
	width:				640px;
}

.btn { 
	cursor:				pointer; 
	float:				left; 
	height:				32px; 
	width:				32px; 
}

.headerimg {
	background-repeat: 	no-repeat;
	font:				Verdana, Geneva, sans-serif;
	height: 			455px;
	position: 			absolute;
	width: 				100%;
}

.text { 
	display:			block; 
	float:				left; 
}
