body{
	background:#000000; 
	color:white;
}
#stage-container{
	margin: 10px auto;
	width: 520px;
}
#stage-container .text{text-align: center;}
#stage-container a{outline: none;}


/* --- STAGE --- */

#stage-container #wrapper{
	overflow:hidden;
	margin: 0px 20px;
	width:450px;
	height:175px;
	background-color:#000000;
	/*background: url(../images/stage2.jpg);*/
	position: relative;
}
#stage-container #items{
	margin:0px; 
	padding:0px 6px; 
	list-style:none;
	width:5000px;
	height:175px;
	position: relative;
}
#stage-container #items li{
	float:left;
	list-style:none;
	margin-right:5px;
	padding: 3px 3px;
	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: 490px;
}
#stage-container #moveright,#moveleft{
	height: 20px;
	width: 20px;
	display: block;
	z-index: 10;
	text-indent: -3000em;
	margin-top: 18px;
}
