(function($, undefined)
{
    $(function()
	{
		//Slideshow
		$('.main_image').cycle('fade');
		
	});
	
})(jQuery);
