/* CSS Document */
.stage-container{
width:100%;
position: relative;

}
.stage-container .text{text-align: center;}
.stage-container a{outline: none;}


/* --- STAGE --- */

.stage-container #carousel_0,#carousel_1{
	overflow:hidden;
	width:340px;
	height:100%;
	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:0px;
	padding: 6px 6px;
	margin-top: 5px;
	width:72px;
	color:#b2c0cf;
	font-size:1ems;
	font-weight:bold;
}

.stage-container .items li img{
	border:1px solid #FFFFFF;
}


/* --- BUTTONS --- */

.stage-container .moveleft{
	float: left;
	margin-right: 2px;
	background-image: url(../images/design/carousel-prev.gif);
	
}
.stage-container .moveright{
	position: absolute;
	left: 362px;
	background-image: url(../images/design/carousel-next.gif);
}


.stage-container .moveright,.moveleft{
	display: block;
	z-index: 10;
	text-indent: -3000em;
	margin-top: 15px;background-repeat: no-repeat;	height: 64px;
	width: 10px;
}

