$(document).ready(function(){

    ///////////////////////////////////////////////
    ////////// CYCLE BANER ////////////////////////
    ///////////////////////////////////////////////
//    $("#_cover").css("height",$('#_cover img:first').height()+"px");
//    //$("#_cover img").css("height",$('#_cover img:first').height()+"px");
//    $('#_cover').cycle({
//        fx: 'fade',
//            speed: 6000,
//            timeout: 500
//    });
//
//    alert($('#_cover img:first').height());



   

//    $('#slideshow').cycle({
//    fx:        'shuffle',
//    continuous: 1
//});
//            fx: 'fade',
//            speed: 5000,
//            timeout: 2000


//fx:        'cover',
//       delay:    -2000,
//       cssBefore: { opacity: 1 },
//       animOut:   { opacity: 0 }
    
$('#_cover').cycle({
        fx: 'fade',
            speed: 2000,
            timeout: 7000
    });

});
