$(document).ready(function(){
		/*$('#photos').galleryView({
			filmstrip_size: 4,
			frame_width: 211,
			frame_height: 160,
			background_color: '0xCCC',
			nav_theme: 'dark',
			border: 'none',
			show_captions:false,
			caption_text_color: 'black'
		});*/
		$('#photo_studio_home').galleryView({
			panel_width: 220,
			panel_height: 160,
			transition_speed: 1500,
			transition_interval: 5000,
			nav_theme: 'light',
			border: '0px solid white',
			pause_on_hover: true
		});
		$('#photo_location_home').galleryView({
			panel_width: 470,
			panel_height: 160,
			transition_speed: 1500,
			transition_interval: 5000,
			nav_theme: 'light',
			border: '0px solid white',
			pause_on_hover: true
		});
		$('#studio_flyer').galleryView({
			panel_width: 460,
			panel_height: 576,
			transition_speed: 1500,
			transition_interval: 5000,
			nav_theme: 'dark',
			border: '0px solid white',
			pause_on_hover: true
		});
	});

$(window).bind("load", function() { 
   	$("div#my-studio-home").slideViewerPro({
		galBorderWidth: 0,
		autoslide: true, 
		thumbsVis: false,
		shuffle: true
		});	
    }); 

