$(document).ready(function(){
	$('div#header-menu').dropShadow({ color: "#444", left: 2, top: 2, opacity: .75 });
	$('div#header-logo').dropShadow({ color: "#444", left: 2, top: 2, opacity: .75 });
	$('div#content-left-border').dropShadow({ color: "#444", left: 2, top: 2, opacity: .75 });
	$('div#content-right-border').dropShadow({ color: "#444", left: 2, top: 2, opacity: .75 });
	$('div#content-leftColumn').dropShadow({ color: "#444", left: 2, top: 2, opacity: .75 });
	$('div#content-rightsColumn').dropShadow({ color: "#444", left: 2, top: 2, opacity: .75 });
	$('div#footer-leftColumn').dropShadow({ color: "#444", left: 2, top: 2, opacity: .75 });
	
	$('div#ithemes-billboard-3').cycle({
	    pause: 1
	});
        $('#header-menu li:last').addClass('last');
});
