$(document).ready(function() {
		if($('#headerimg').length > 0){
			$('#headerimg').loopedSlider({
				autoStart: 8000,
				slidespeed: 3000,
				containerClick: false,
				restart: 5000
			});
		}
		
		if($('#pageheader').length > 0){ $('#pageheader a').cycle({speed:3000,timeout:3000});	}
		if($('ul#nav').length > 0){
			$('ul#nav').superfish();
		}
		if($('.colorbox').length > 0){$('.colorbox a').colorbox({opacity:0.6});}
});