$(document).ready(function(){ $('#rotatingbanner').jshowoff({ 
	
	autoPlay:true, 
	links:false,
	hoverPause:false,
	speed: 6500,
	effect: 'fade'
	
	}); 
	
	$('#postrotator').jpost({ 
	
	autoPlay:false, 
	links:false,
	hoverPause:false,
	effect: 'slideLeft'
	
	});
	
});

$(document).ready(function(){

	$('ul.portfolionav a').smoothScroll({offset: -110});
	$('a.scrollme').smoothScroll({offset: -95});
	$('a.top').smoothScroll();
	
});

$(document).ready(function(){

    $('img.fade').hover(function() {
        $(this).stop().animate({ "opacity": .7 });
    }, function() {
        $(this).stop().animate({ "opacity": 1 });
    });

});

Shadowbox.init({
    handleOversize: "resize",
});