/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

//$().ready(function(){

  //$('#slider').onImagesLoaded(function(_this){
  //  $(_this).fadeIn(2000);
  //});
  
  
  //$('#slider').easySlider();
  



//});



$(document).ready(function(){	
	$("#slider").easySlider({
		auto: true,
		continuous: true,
		speed: 1200,
		pause: 5000,
		controlsShow: false, 
	});
});
