$(document).ready(function() {

  _img = $('#mcontent_wrap').find('img');

  $(_img).each(function(i){
    if($(this).css('width') == "39em" ||  $(this).css('width') == "12.62em"  ||  $(this).css('width') == "12.625em"  ||  $(this).css('width') == "25.8125em"   ||  $(this).css('width') == "25.812em" ){
      $(this).removeAttr("style");
    }
  });

  //if($("#stichwortsuche").lenght>0){
    $('select#Stichwortsuche').addClass('jsAktiv');
    $('input#Stichwortsuche-send').addClass('jsAktiv');
    $("#stichwortsuche").selectbox({
      className: 'stichwortsuche-selectbox',
      animationSpeed: "fast",
      listboxMaxSize: 25,
      replaceInvisible: false
    });
    $("#stichwortsuche-selectbox-list").css('zIndex', 999);
  //}

});

/*
var panoramabox = {};
window.addEvent('domready', function(){
  panoramabox = new MultiBox('panoramaoverlay', {
    useOverlay: true,
    container: document.body,
    contentColor: '#FFFFFF',
    showNumbers: false,
    showControls: true,
    descClassName: 'multiBoxDesc',
    path: 'multibox/'
  });
});
*/
