$(document).ready(function() {
    $('.Gallery').cycle({
		fx: 'curtainX' // choose your transition type, ex: fade, scrollUp, scrollDown, 
						//shuffle,turnRight, *uncover, *wipe, *scrollVert 
						//*scrollHorz, *scrollRight, *scrollLeft, fadeZoom,
						//curtainX, curtainY
						//
						// etc...
						//* Need to adjust height
	});
});

