$(document).ready(function() {

	if ($("#page #gallery").length) {
		$("#gallery").carousel({ pagination:true, loop:true, autoSlide:true, delayAutoSlide:1000, autoSlideInterval:5000, animSpeed:500, effect: "slide" });
	}
	
	if ($("#bottom #gallery").length) {
		$("#gallery").carousel({ pagination:false, loop:true, autoSlide:true, delayAutoSlide:1000, autoSlideInterval:5000, animSpeed:0 });
	}
	
});
