$(function() {
	
    $("#jCarouselLite").jCarouselLite({
    	 btnNext: ".next",
    	 btnPrev: ".prev",
    	 speed: 500,
    	 easing: "easeinout"
     });
    
});


function get_embed(id, target){
	$(target).load('/guest/get_embed/', { 'id': id }, 
	function(data){
		//alert(data);
	},
	'json');
}

