

jQuery(document).ready(function(){
	tooltip();

});

$(function(){	
			$("#slider").easySlider({
				auto: false, 
				prevText: 'Previous',
				nextText: 'Next',
				orientation: 'horizontal'

			});
		});	


$(document).ready(function(){
					
					$('ul#portfolio').innerfade({
						speed: 800,
						timeout: 9000,
						type: 'random_start',
						containerheight: '315px'
					});
					
					$('.fade').innerfade({
						speed: 1000,
						timeout: 6000,
						type: 'random_start',
						containerheight: '315px;'
					});
				
				});
