.ui-dialog{
  font-size: 12px;
  padding: 0;
  background-color: #fff;
}

.ui-dialog .ui-dialog-content{
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-image: none;
}

.cms_modal_box_ui_dialog .ui-dialog-content{
  background-color: #fff;
  background-image: url(/images/loading_white.gif);
}

.slideshow_modal_box_ui_dialog, .slideshow_modal_box_ui_dialog .ui-dialog, .slideshow_modal_box_ui_dialog .ui-dialog-content{
  background-color: #000;
}

.slideshow_modal_box_ui_dialog .ui-dialog-content{
  background-image: none;
}

.link_delete_image{
  float: right;
  position: absolute;
  right: -10px;
  top: -10px;
  text-indent: -9000px;
  background-image: url(/images/cms/x.png);
  width: 25px;
  height: 29px;
  z-index: 10;
}


.link_close_slideshow {
  background:url(/images/cms/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:0px;
  right:0px;
  cursor:pointer;
}
