$(document).ready(function(){
	
	$('#slideprojekte').cycle({ 
		fx:     'scrollHorz', 
		speed:   500,
		timeout: 0,
		//pause:	 1,
		next:   '#next_news', 
		prev:   '#prev_news',
		cleartype: true,
		cleartypeNoBg: true
	});
	
	$('#slideprojekte_apps').cycle({ 
		fx:     'scrollHorz', 
		speed:   500,
		timeout: 0,
		//pause:	 1,
		next:   '#next_apps', 
		prev:   '#prev_apps',
		cleartype: true,
		cleartypeNoBg: true
	});
	
	/*$('.nav_prev, .nav_next').hover(function(){
		$(this).css("filter", "alpha(opacity=40");
		$(this).css("-moz-opacity", "0.40");
		$(this).css("opacity", "0.40");
	},function(){
		$(this).css("filter", "alpha(opacity=25");
		$(this).css("-moz-opacity", "0.25");
		$(this).css("opacity", "0.25");
	});*/
	
	//screensize
	//  $new_window_height = $(window).height();
	//	$('#left').css({'height' : $new_window_height});
	//	$('#right').css({'height' : $new_window_height});
					
});
