Monteserín Gallery

By default, the image size is 600x300px. If you want to change it, you must explicity overryde in the javascript call:

$(".monteserinGallery1").monteserinGallery();
With overflow:hidden in the list:
$(".monteserinGallery3").monteserinGallery({
	initPosX 	: "0px",
	initPosY 	: "0px",
	endPosX  	: "0px",
	endPosY  	: "500px",
});
	
$(".monteserinGallery4").monteserinGallery({
	width:"700px",
	height:"700px"
});
	
$(".monteserinGallery5").monteserinGallery({
	initPosX 	: "-500px",
	initPosY 	: "0px",
	endPosX  	: "500px",
	endPosY  	: "0px",
	inTime		: 2500,
	outTime		: 2500,
	displayTime	: 4000
});
$(".monteserinGallery6").monteserinGallery({
	initPosX 	: "0",
	endPosX  	: "0"
});