//init  image  dx bar slide  show
$(function() {
   $(".lightbox").lightbox();
   $('#headerBanner').cycle({ 
     before: onBefore 
}); 
 
function onBefore() { 
    $('#imgBoxTitle') 
        .html(this.alt); 
}; 
});
