$(function() {     
$(".widget .jCarouselLite").jCarouselLite({
    btnNext: ".widget .next",
    btnPrev: ".widget .prev",
    vertical: true,
	visible:4
});

$(".widget .jCarouselLite img.1").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto01.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.2").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto02.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.3").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto03.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.4").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto04.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.5").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto05.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.6").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto06.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.7").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto07.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.8").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto08.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.9").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto09.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.10").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto10.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.11").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto11.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.12").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto12.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.13").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto13.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.14").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto14.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.15").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto15.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.16").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto16.jpg", $(this).attr("src"));
})

$(".widget .jCarouselLite img.17").click(function() {
    $(".widget .mid img").attr("src", "uploads/images/carousel/large/foto17.jpg", $(this).attr("src"));
})

}); 
