

//<!-- Plugin de lancamentos home-->
$(document).ready(function(){
        $('#lanc2').bxGallery({
                maxheight: 350,
                thumbwidth: 80,
                thumbheight: 80,
                thumbplacement: 'top',
                thumbcrop: true,
                opacity: .8,
                thumbcontainer: 660
        });
});
$(document).ready(function(){
        $('#lanc3,#lanc4').bxGallery({
                maxheight: 350,
                thumbwidth: 80,
                thumbheight: 80,
                thumbplacement: 'bottom',
                thumbcrop: true,
                opacity: .8,
                thumbcontainer: 660
        });
});
$(document).ready(function(){
        $('#lanc1').bxGallery({
                maxheight: 400,
                thumbwidth: 80,
                thumbheight: 80,
                thumbplacement: 'right',
                thumbcrop: true,
                opacity: .8,
                thumbcontainer: 100
        });
});
//<!-- Plugin de lancamentos home-->


