$(document).ready(function(){			   

    $('#SPDireita ul li:odd').css('margin-right', '0');		

    /*$('.QtdMesesFinanciamento').sSelect({
    	subString : 15
    });*/

    $('.BoxDestaques .imgFoto').mouseover(function(){
        $(this).css('opacity', '0.7');
    }).mouseout(function (){
        $(this).css('opacity', '1');	
    });

    $('.EmptyOnClick').emptyonclick();

    // <![CDATA[
    $("#ConteudoCarrosselMotos").simplecarousel({
        width:558,
        height:350,
        fade: 500,
        next: $('#Carrosselnext'),
        prev: $('#Carrosselprev')
    });
    // ]]>

    /*
    $("#ConteudoCarrosselMotos").ready(function(){
        // <![CDATA[
        if($("#ConteudoCarrosselMotos").width() > 0 && $("#ConteudoCarrosselMotos").height() > 0){
            $("#ConteudoCarrosselMotos").jcarousel({
                animation: 1500, 
                visible: 1, 
                scroll: 1  
            })
            $("#CarrosselTopo").css("visibility","visible");
        }

    }); 
// ]]>
    */



})
