/* Declare a namespace for the site */
var Site = window.Site || {};




/* Create a closure to maintain scope of the '$'
   and remain compatible with other frameworks.  */
(function($) {
	//same as $(document).ready();
/*$(function() {	
$('.intro_gallery').galleria();
});*/

$(function() {	

});

$(function() {	
$('#menu-item-27').mouseenter(function(){
$('.sub-menu').show();	
});
$('#menu-item-27').mouseleave(function(){
$('.sub-menu').hide();	
});
$('#menu-item-27:first-child').click(function(e){
e.preventDefault();
return false;
});
});

/*
$(function() {	

	$('#cycler').cycle({
		fx: 'scrollHorz',
	   	timeout:8000,
		pager:  '#navi', 
		
	});
	
});
*/


	
$(window).bind("load", function() {
		
		
	
	});
	
})(jQuery);
