jQuery(document).ready(
	function(){

//SERVICE PAGE
jQuery(".tabs").tabs();
  
//PRESS PAGE SCROLLER
	jQuery(".scroll-pane").jScrollPane();
	jQuery(".scroll-pane-reviews").jScrollPane();
	
	
//HOME PAGE			
	//jQuery("#hpslide1").innerfade({ speed: 'slow', timeout: 8000, type: 'sequence', containerheight: '585px' });
	 
	//jQuery("#hpslide2").innerfade({ speed: 'slow', timeout: 9000, type: 'sequence', containerheight: '585px' }); 
	
	//jQuery("#hpslide3").innerfade({ speed: 'slow', timeout: 7000, type: 'sequence', containerheight: '585px' }); 

 //jQuery(".topnav").lettering();


//PORTFOLIO STUFF
/*keep galleria from throwing fatal error in IE*/

jQuery('#hpslide1').cycle({
		fx: 'fade',
		speed:    300, 
    	timeout:  6200 
	});
	
	jQuery('#hpslide2').cycle({
		fx: 'fade',
		speed:    300, 
    	timeout:  7500 
	});
	
	jQuery('#hpslide3').cycle({
		fx: 'fade',
		speed:    300, 
    	timeout:  8300 
	});


});

