$(document).ready(
function(){
$('#raceGallery').galleryView(
	{
		/* panel_width: 400,
		 panel_height: 350,
		 frame_width: 150,
    	 frame_height: 100,
		 transition_speed: 1200,
		 transition_interval: 30000,
		 */

		 

		
		
	    panel_width: 400,					//INT - width of gallery panel (in pixels)
		panel_height: 400,					//INT - height of gallery panel (in pixels)
		frame_width: 45,					//INT - width of filmstrip frames (in pixels)
		frame_height: 20,	
		/*theme_path: '../../images', //images are currently in the js folder*/
		pointer_size: 0,  /*cheating here, but i can't find where they do there calculations on where to posittion this, so this is the best i can do for now*/
		filmstrip_position: 'top',

	    easing: 'easeInCirc',
	    show_captions: true,
	});
});