$(document).ready(function(){
	  $('#comics').galleryView({
		  panel_width: 690,
		  panel_height: 300,
		  frame_width: 125,
		  frame_height: 50,	
		  overlay_opacity: 0.7,
		  background_color: '#eee',
		  border: 'none',
		  pause_on_hover: true,
		  nav_theme: 'dark',
		  filmstrip_size: 4,
		  overlay_height: 95
	  });
});
