		$(document).ready(function(){	
	$("#slider").easySlider({
				auto: true, 
				continuous: true
	});
	
		$("#slider2").easySlider({ 
				auto: true, 
				continuous: true
	});


		$("#slider3").easySlider({ 
				auto: true, 
				continuous: true
	});
	
		$("#slider4").easySlider({ 
				auto: true, 
				continuous: true
	});

	

});


$(document).ready(function() {

	/* This is basic - uses default settings */
	
	
	/* gallery */
	
	$("a[rel=fbox],a[rel=fbox2],a[rel=fbox3],a[rel=fbox4]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});

	$("a.single_image").fancybox();  
	
	/* id tabs */
	$("#usual2 ul").idTabs();
	
	});
	
	
	


