//*******************************************************

//**  COPYRIGHT 2011 core3software, inc.

//**  Written by Jeffrey W. Gray

//**  http://www.core3software.com

//*******************************************************

$(document).ready(function(){

/*

$( '#navigation li' ).hover(function(){

		$( this )

			.stop( true )

			.animate(

				{height: '60px'},

				{duration: 600, easing: 'easeOutBounce'}

			)

	},function(){

		$( this )

			.stop( true )

			.animate(

				{height:'20px'},

				{duration:600, easing: 'easeOutCirc'}

			)

	});

*/
	//DISABLE RIGHT-CLICK CONTEXTUAL MENU
    $(document).bind("contextmenu",function(e){
        return false;
    });

    Shadowbox.init();



	$('#slideshowHolder').jqFancyTransitions({ width: 600, height: 325 });

/*

	$('#jquery-live-search-example input[id="submitbtn"]').click(function(){

		jQuery('#jquery-live-search-example input[name="q"]').liveSearch({url: Router.urlForModule('SearchResults') + '&q='});

																	});*/

});




