if(typeof $ != 'undefined') {
	$(document).ready(function() {
		// Detect and rig carousel
		$("div#carousel").carousel();
});
}

