/* Style the gallery for Riverside House */
jQuery(function($) {  

		$('ul.gallery').galleria({
			history   : false,		// activates the history object for bookmarking, back-button etc.
			clickNext : true,		// helper for making the image clickable
			insert    : '#main_image' // the containing selector for our main image

		});

	});


$(function() {
    $(".jCarouselLite").jCarouselLite({
        btnNext  : ".next",
        btnPrev  : ".prev",
		circular : false,
		visible  : 3,
		start    : 1,
		scroll   : 1,
//	    easing   : "easeOutSine",	//smooth transition
   		speed    : 1000

    });
});
