$(document).ready(function(){ 
	
	
	if ($('#tabs').length>0){
		$('#tabs').tabs({ fx: { opacity: 'toggle' } });	
	}
	if ($('#scroll-container').length>0){
		$('#scroll-container').cycle({ 
			prev:   '#previous', 
			next:   '#next', 
			timeout: 6000
 
		});
	}
	
}); 
