$(document).ready(function(){
	$(".click").click(function(){
		window.location=$(this).find("a").attr("href"); return false;
		});
	$("[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',opacity: 0.50});
	//$(".gallery a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'light_rounded'});
	//$(".surveybox_de").prettyPhoto({animationSpeed:'fast',theme:'light_rounded',hideflash:true,opacity: 0.40});
	
	//alert($('#slider').length);
	
	$( "#newstabs" ).tabs();
	
	$("#slider").easySlider({
		auto: true, 
		continuous: true,
		numeric: true,
		pause: 6000,
		controlsBefore:	'<div class="slidecontrols">',
		controlsAfter:	'</div>'
	});
});
