/*----------style do przewijanego boxu-----------*/
#stage-container{
 	margin-top: 4px;
	width: 483px;

}
#stage-container .text{text-align: center;}
#stage-container a{outline: none;}


/* --- STAGE --- */

#stage-container #wrapper{
	overflow:hidden;
	margin: -1px 35px;
	padding-top: 1px;
	width: 408px;
	height: 201px;
	position: relative;

}
#stage-container #items{
	margin:0px;
	padding:0px 5px;
	list-style:none;
	width:5000px;
	position: relative;

}
#stage-container #items li{
	float:left;
	list-style:none;
	margin-right:7px;
}

/* --- BUTTONS --- */

#stage-container #moveleft{
	float: left;
	background: url(/htdoc/image/arrow_left.png);
	margin-right: 10px;
}
#stage-container #moveright{
	background: url(/htdoc/image/arrow_right.png);
	position: absolute;
	margin-left: 459px;
	display: inline;

}
#stage-container #moveright,#moveleft{
	height: 25px;
	width: 24px;
	display: block;
	z-index: 10;
	text-indent: -3000em;
	margin-top: 91px;
}