@charset "UTF-8";
/* CSS Document */




#lineup_mainstage{
	width: 350px;
	height: 340px;
		

	
}



#lineup_pfeil_l{
	position: relative;
	left: 320px;
	top: 2px;
	width:20px;
	height:12px;
	
	float: left;	
	z-index:100;
	background-color:#ffffff;

}
#lineup_pfeil_l img{
	position: relative;
	left: 2px;
	top: 0px;
}

#lineup_pfeil_r{
	float:left;
		position: relative;
	left:320px;
	top: 2px;
	width:10px;
	height:12px;
	
	z-index: 100;
		background-color:#ffffff;

}

#lineup_pfeil_r img{
	position: relative;
	left: 2px;
	top: 0px;
}

#lineup_mask{
	position: relative;
	left: 0px;
	top: -10px;
	width:350px;
	height:350px;
	float: left;
	overflow: hidden;
	z-index:0;
}

.lineup_slider{
	
	height:340px;
	float: left;
	z-index:0;

}

.lineup_ds{
	width:350px;
	height:300px;
	
	float: left;
	
}


