/*

- HOME PAGE SCRIPTS
- ABOUT SCRIPTS

*/

/* HOME PAGE CAROUSEL SCRIPT
------------------------------------------------------*/
jQuery(document).ready(function(){
		jQuery(function() {
		    jQuery('#mycarousel').jcarousel({
		        start: 2,
		        scroll: 1
		    });
		});
});

/* ABOUT PAGE CAROUSEL SCRIPT
------------------------------------------------------*/
jQuery(document).ready(function(){
	jQuery(function() {
		    jQuery('#about-carousel').jcarousel({
		        start: 2,
		        scroll: 1          
		    });
		});
});
