	$(document).ready(function(){
							   
		$('#CustomSlideshow').crossSlide({
  sleep: 3, //in sec
  fade: 1   //in sec
}, [
  { src: 'img/1.jpg', href: '../contact_us.php' },
  { src: 'img/2.jpg',   href: '../contact_us.php'    },
  { src: 'img/3.jpg',   href: '../contact_us.php'    }
]);

  
	});
