$(document).ready(function(){ 
		$('a.pop').colorbox({width:'800', height:'600', iframe:true});
		$("a[rel='gallery']").colorbox({slideshow:true, slideshowSpeed:4000, scalePhotos:true, maxWidth:"90%", maxHeight:"90%"});
        $('ul#homeBannerImage').show();
		$('ul#homeBannerImage').innerfade({
				speed: 1000,
				timeout: 5000,
				type: 'sequence',
				containerheight: '330px'
		}); 
		$("ul.sf-menu").superfish(); 
    }); 
