$(document).ready(function(){
	$('.slideshow').cycle({
		fx: 'fade', // choose your transition type
		timeout: 6000,
		speed: 3000
	});
	
	$('#pics1').cycle({
		fx:     'scrollRight', 
		speed:  300, 
		next:   '#pics1', 
		timeout: 0 	
	});
	
	$('#pics2').cycle({
		fx:     'scrollRight', 
		speed:  300, 
		next:   '#pics2', 
		timeout: 0 	
	});
	
	$('#pics3').cycle({
		fx:     'scrollRight', 
		speed:  300, 
		next:   '#pics3', 
		timeout: 0 	
	});
	$('#gallery').galleryView({
			panel_width: 675,
			panel_height: 340,
			frame_width: 50,
			frame_height: 50,
      		transition_speed: 350,
     		easing: 'easeInOutQuad',
			transition_interval: 0
		});
});

jQuery(window).bind("load", function() {
			jQuery("div#slider1").codaSlider()
});
