
/* /site/js/jquery/jquery.innerfade.js */
$(document).ready(function() { 
	$('#image_rotate').innerfade({ 
		animationtype: 'fade',
		speed: 5000, 
		timeout:7000, 
		type: 'random_start', 
		containerheight: ''
	});
});



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



