$(document).ready(function(){

    ///////////////////////////////////////////////
    ////////// CYCLE BANER ////////////////////////
    ///////////////////////////////////////////////

    $('#_banner img:first').fadeIn(1000, function() {
//        $("#_banner").cycle({
//            fx:    "fade",
//            speed:  2500 ,
//            pause:  6
//        });
    });
    


        $("#_banner").innerfade({
            speed:"slow",
            timeout:6000,
            containerheight: "65px"
        });
});
