
#stage-container{
	margin: -14px 0 -14px 0px ;
	width: 320px;
}
#stage-container .text{text-align: center;}
#stage-container a{outline: none;}


/* --- STAGE --- */

#stage-container #wrapper{
	overflow:hidden;
	margin: 0px;
	width:290px;
	height:60px;	
	position: relative;
}
#stage-container #items{
	margin:0px; 
	padding:0px 0px; 
	list-style:none;
	width:900px;
	position: relative;
}
#stage-container #items li{
	float:left;
	list-style:none;
	margin-right:3px;
	padding: 1px;
	margin-top: 0px;
	border:1px solid #fff;
}
/* --- BUTTONS --- */

#stage-container #moveleft{
	float: left;
	background: url(../img/left.gif) no-repeat;
	margin-right: 0px;
}
#stage-container #moveright{
	background: url(../img/right.gif) no-repeat;
	position: absolute;
	margin-left: 317px;
}
#stage-container #moveright,#moveleft{
	height: 30px;
	width: 20px;
	display: block;
	z-index: 10;
	text-indent: -3000em;
	margin-top: 12px;
}
