$(document).ready(function(){
	
		

	/********************************************************************************************************************
	CLOSES ALL DIVS ON PAGE LOAD
	********************************************************************************************************************/	
	
	$('#mycarousel').jcarousel({
    	auto:4,
	wrap: 'circular'
    });

	
	
});
