
		$(function(){
			$.fn.supersized.options = {  
				startwidth: 640,  
				startheight: 480,
				vertical_center: 1,
				slides : [
					{image : '/img/bg.jpg' }
				]
			};
	        $('#supersized').supersized(); 
	    });
		$(function() {
    $(".homeactivitiesbody").jCarouselLite({
        btnNext: ".next",
		 visible: 4,
		     auto: 1000,
    speed: 500


    });
});

