$(document).ready( function() {
	$('#photos').galleryView({
		show_filmstrip: true,
		panel_width: 500,
		panel_height: 375,
		transition_speed: 2500,
		transition_interval: 6000,
		nav_theme: 'comben',
		pause_on_hover: true
	});
	$("a[rel^='prettyPhoto']").prettyPhoto({
		opacity: 0.60, /* Value betwee 0 and 1 */
		theme: 'light_rounded' /* light_rounded / dark_rounded / light_square / dark_square */
	});
});
