
$(document).ready(function() {
			
				$('#slideshow').cycle({
					fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
				});
				
				$('ul#jsddm').superfish({autoArrows: false});

				
				$("a.image_gallery").fancybox({
					'transitionIn'	:	'elastic',
					'transitionOut'	:	'elastic',
					'speedIn'		:	600, 
					'speedOut'		:	200, 
					'overlayShow'	:	true
				});

				$('#notice').bind('click', function(){
					
					$.fancybox("<img src=\"/gfx/comingsoon.jpg\" alt=\"\" />", {
						'width'         	: 500,
						'height'        	: 300
					});
					
				
				});

				
});

