$(document).ready(function(){		
$('#photos').galleryView({
panel_width: 280,
panel_height: 375,
frame_width: 30,
frame_height: 30,
overlay_height:55,
overlay_color: '#222',
overlay_text_color: 'white',
caption_text_color: '#222',
background_color: 'transparent',
border: 'none',
nav_theme: 'dark',
easing: 'easeInOutQuad',
pause_on_hover: true
});
});


