#sliderContent{
/*	display:none;*/
	width:610px;
	height:358px;
	border:1px solid #ccc;
	
	visibility:hidden;
}

#projectList{
	margin-top:4px;
	width:610px;
	height:20px;
	font-family:arial;
	font-size:12px;
	border:1px solid #ccc;
	color:#fff;
	overflow:hidden;
	
	
	visibility:hidden;
/*	display:none;*/
}

#projectList #slider{
/*	background-color:#aaa;*/
	height:20px;
/*	display:none;*/
/*	overflow-x:hidden;*/
}

#projectList ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
}



#projectList ul li{
	margin:0px;
	padding:0px;
	float:left;
/*	margin-right:20px;*/
	display:inline;
	cursor:pointer;
}

#projectList ul li .trenner{
	margin-left:10px;
	margin-right:10px;
}

#scroller{
	width:610px;
	height:20px;
	
	margin-top:5px;
	
	visibility:hidden;
	
}

#scroller #knob{
	width:40px;
	background-color:none;
	background-image:url('img/schieber.gif');
	background-repeat:none;
	height:20px;
	cursor:pointer;
	
}

#sliderContent img{
	display:none;
}

