$(document).ready(function(){
  $('.main_drawing a').lightBox();
  $('.logo_box a').lightBox();
  $('a[href*=".jpg"], a[href$=.png], a[href$=.gif]').addClass("pict");
  $('.pict').lightBox();
  
  $('#pages-5 a').each(function (i) {
    i = $(this).text();
    $(this).html('<span class="top_icon_txt">' + i + '</span>');
    $('.top_icon_txt').css({ 'background-color':'#FFFFFF', 'opacity':'0.8', 'margin':'0 0 0 2px', 'padding':'1px 3px', 'opacity':'0.8' });
  });

  $("#jquery_jplayer").jPlayer({
    ready: function () {
      $(this).jPlayer("setMedia", {
        mp3: "http://wubarosiermaschine.com/data/sound/aquarium_mansion.mp3"
      }).jPlayer("play");
    },
    ended: function (event) {
      $(this).jPlayer("play");
    },
    swfPath: "/wp/wp-content/themes/wubarosiermaschine2.0/js/jplayer",
    supplied: "mp3"
  });

});

