jQuery(document).ready(function() {
	
	// Active and set options for header slider
	jQuery('#slider1').anythingSlider({
	   theme: 'minimalist-round', 
	   buildArrows: false
	});
	
	// Active and set options for sidebar carousel
    jQuery('#featured_products').jcarousel({
       	vertical: true,
		scroll: 1
    });

	// Active lightbox
	jQuery('.lightbox').lightbox();
});


