body{
	margin:0 0 0 0;
	color:white;
}
#stage-container{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
}
#stage-container .text{text-align: center;}
#stage-container a{outline: none;}

/* --- STAGE --- */

#stage-container #wrapper{
	overflow:hidden;
	width:500px;
	height:150px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#stage-container #items{
	margin:0px;
	list-style:none;
	width:1000px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#stage-container #items li{
	float:left;
	list-style:none;
	padding: 0px;
	margin: 0px;
}

/* --- BUTTONS --- */

#stage-container #moveleft{
	background: url(../../Images/CEV2/left.gif);
}
#stage-container #moveright{
	background: url(../../Images/CEV2/right.gif);
}
/*#stage-container #moveright{
	background: url(../images/right.gif);
	position: absolute;
	margin-left: 200px;
	left: 921px;
	top: 19px;
}*/
#stage-container #moveright,#moveleft{
	height: 80px;
	width: 40px;
	display: block;
}
