
/* /site/js/jquery/jquery.innerfade.js */
$(document).ready(function() { 
	/*$('#image_rotate').innerfade({ 
		animationtype: 'fade',
		speed: 'slow',
		timeout: 3500,
		type: 'sequence',
		containerheight: '220px'
	});
	$('#image_rotate2').innerfade({ 
		animationtype: 'fade',
		speed: 'slow', 
		timeout: 3700, 
		type: 'sequence', 
		containerheight: '220px'
	});*/

    $('.lightbox').lightBox();
	
	$("#datepicker").datepicker();
	
	$('#image_rotate').innerfade({ 
		animationtype: 'fade',
		speed: 'slow', 
		timeout: 8000, 
		type: 'sequence'
	});

});


	/*$( function() {
		$('#dropdown_categorie').combobox();
	}); 
*/
