;(function($) {
$(document).ready(function(){

	// BEGIN ColorBox
	$(".shopp-thickbox").colorbox({maxWidth: "90%", maxHeight: "90%", opacity:.6});
	$("#newsletter").colorbox({iframe:true, innerWidth:720, innerHeight:"90%", opacity:.6});
	$(".newsletter_btn").colorbox({iframe:true, innerWidth:720, innerHeight:"90%", opacity:.6});
	$(".csp-vid").colorbox({inline:true, width:440, height:370, href:"#csp_vid", opacity:.6});
	
	// BEGIN loopedSlider
	$("#loopedSlider").loopedSlider({
		autoStart: 8000, 
		slidespeed: 800,
		autoHeight: false
	});

});
})(jQuery);