// JavaScript Document - Desenvolvido por Empari Sistemas - 44-3034-9813 - www.empari.com.br
function janelaMSN (URL){ 
		window.open(URL,"janelaMSN","width=350,height=500,scrollbars=NO") 
} 

$(function(){
      $("#carrossel").jCarouselLite({
			mouseWheel: true,									
            btnPrev : '.prev',
            btnNext : '.next',
            auto    : 1000,
            speed   : 2000,
            visible : 6
      })
})
