$(document).ready(function(){

	$('#content.subpageOfVille #photos').galleryView({
		panel_width: 960,
		panel_height: 500,
		frame_width: 120,
		frame_height: 120,
		overlay_height: 30,
		overlay_color: 'white',
		background_color: 'white',
		overlay_text_color: 'black',
		caption_text_color: 'black',
		border: '',
		arrow_img_prefix:'green',
		pointer_color:'#5cac25',
		pause_on_hover: 'true',
		transition_interval: 6000
		
	});
	
	$('#content.subpageOfAppartamenti #photos').galleryView({
		panel_width: 960,
		panel_height: 500,
		frame_width: 120,
		frame_height: 120,
		overlay_height: 30,
		overlay_color: 'white',
		background_color: 'white',
		overlay_text_color: 'black',
		caption_text_color: 'black',
		border: '',
		arrow_img_prefix:'blue',
		pointer_color:'#13497f',
		pause_on_hover: 'true',
		transition_interval: 6000
		
	});
	
	
	$('#homePage #slideshow .slider').galleryView({
		background_color: 'none',
		panel_width: 960,
		panel_height: 350,
		border: '',
		pause_on_hover: 'true',
		transition_interval: 3000
	});
	$('#soluzioniPage #slideshow .slider').galleryView({
		panel_width: 660,
		panel_height: 300,
		background_color: 'none',
		border: '',
		arrow_img_prefix:'green',
		pointer_color:'#5cac25',
		pause_on_hover: 'true',
		transition_interval: 3000
	});

	

});
