$(document).ready(function(){		
	$('#photos').galleryView({
		panel_width: 175,
		panel_height: 175,
		frame_width: 25,
		frame_height: 25,
		overlay_height: 45,
		overlay_color: '#222',
		overlay_text_color: 'white',
		background_color: 'transparent',
		border: 'none',
		nav_theme: 'dark',
		easing: 'easeInOutQuad',
		pause_on_hover: true,
		transition_speed: 400,
		transition_interval: 2000
	});
	$('#auction_past').galleryView({
		panel_width: 175,
		panel_height: 175,
		frame_width: 25,
		frame_height: 25,
		overlay_height: 45,
		overlay_color: '#222',
		overlay_text_color: 'white',
		background_color: 'transparent',
		border: 'none',
		nav_theme: 'dark',
		easing: 'easeInOutQuad',
		pause_on_hover: true,
		transition_speed: 400,
		transition_interval: 2000
	});
});
