$(window).ready(function () {
  $(document).ready(function(){	
	$("#slider1").easySlider({
		auto: true,
		continuous: true,
		pause:10000,
		controlsShow: true,
		prevText: '',
		nextText: '',
		prevId: 'prev1Btn',
		nextId: 'next1Btn'
		// numeric: true,
		// numericId: 'controls1'
	});
	$("#slider2").easySlider({
		auto: true,
		continuous: true,
		pause:10000,
		controlsShow: false
	});
	
		$("a.iframe").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'padding'		: 	10,
		'width'			: 510,
		'height'		: 448
		});
});
});
