$(document).ready(function(){
	
	$('.gallery .mask').preSlider({
		elPerPage: 1,
		elWidth: 266,
		speed: 300,
		mode: 'horizontal'
	});  
	
});
