
/* /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'
	});
});



    $(function() {
        $('.lightbox').lightBox();
    });



