.stepcarousel{
	position: relative; 
}

.belt{
	position: absolute; 
	left: 0;
	top: 0;
}

#gallery .panel{
	float: left; 
	overflow: hidden; 
	width: 800px; 
	height: 358px;
}

#gallery_start .panel{
	float: left; 
	overflow: hidden; 
	width: 1600px; 
	height: 200px;
}

#gallery .panel img{
	padding:9px;
	background-image:url(/content/img/bg_slidebox.jpg);
	background-repeat:no-repeat;
}

#gallery_start .panel img{
	padding:9px;
	background-image:url(/content/img/bg_slidebox_start.jpg);
	background-repeat:no-repeat;
}

#gallery{
	width: 355px;
	height: 358px;
	float:left;
}

#gallery_start{
	width: 800px;
	height: 210px;
	float:left;
}

.pfeil{
	height:358px;
	width:19px;
	float:left;
}

.pfeil img{
	border:none;
	margin:150px 0px 0px 0px;
}

#start_projekte .pfeil{
	height:200px;
	width:19px;
	float:left;
}

#start_projekte .pfeil img{
	border:none;
	margin:80px 0px 0px 0px;
}

