#stage-container{
	margin: 0px auto;
	width: 590px;
	border:0px solid #000; /* DEBUG */
/*
 * 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:510px;
	height:55px;
	background:#fff;
	border:1px solid #888; /* DEBUG */
	position: relative;

/*
 * background:url(../img/caroussel/background.gif);
 * width:352px;
 */
}
#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;
	width:50px;
}



/* --- BUTTONS --- */

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