$(document).ready(function(){
	
	$(".gallery1").gallery();
	$(".gallery2").gallery({FadeIn:300,FadeOut:300,Delay:500,Repeat:false});
	
});