body{
	background:#232323; 
	color:white;
}
#stage-container{
	margin: 50px auto;
	width: 415px;
}
#stage-container .text{text-align: center;}
#stage-container a{outline: none;}


/* --- STAGE --- */

#stage-container #wrapper{
	overflow:hidden;
	margin: 0px 20px;
	width:352px;
	height:55px;
	background: url(images/stage2.jpg);
	position: relative;
}
#stage-container #items{
	margin:0px; 
	padding:0px 6px; 
	list-style:none;
	width:5000px;
	position: relative;
}
#stage-container #items li{
	float:left;
	list-style:none;
	margin-right:5px;
	padding: 6px 6px;
	margin-top: 5px;
}



/* --- BUTTONS --- */

#stage-container #moveleft{
	float: left;
	background: url(images/left.gif);
	margin-right: 10px;
}
#stage-container #moveright{
	background: url(images/right.gif);
	position: absolute;
	margin-left: 392px;
}
#stage-container #moveright,#moveleft{
	height: 20px;
	width: 20px;
	display: block;
	z-index: 10;
	text-indent: -3000em;
	margin-top: 18px;
}