


$(function () {

    if ($('.innerrotation > div').length > 1) {
        $('.innerrotation').bxSlider({
            auto: true,
            pause: 5000
        });
    }


    //$('.content').equalHeights();

    
});























