/* North-West corner */
.ebay_nw {
  background: transparent url(ebay_lightbox/TOP_LEFT_IMAGE.gif) no-repeat 0 0;
  width:12px;
  height:28px;
}

/* North border */
.ebay_n {
  background: transparent url(ebay_lightbox/TOP_IMAGE.gif) repeat-x 0 0;
  height:28px;
}

/* North-East corner */
.ebay_ne {
  background: transparent url(ebay_lightbox/TOP_RIGHT_IMAGE.gif) no-repeat 0 0;
  width:11px;
  height:28px;
}

/* West border */
.ebay_w {
  background: transparent url(ebay_lightbox/LEFT_IMAGE.gif) no-repeat bottom left;
  width:12px;
}

/* East border */
.ebay_e {
  background: transparent url(ebay_lightbox/RIGHT_IMAGE.gif) repeat-y top right;
  width:11px;
}

/* South-West corner */
.ebay_sw {
  background: transparent url(ebay_lightbox/BOTTOM_LEFT_IMAGE.gif) no-repeat 0 0;
  width:12px;
  height:12px;
}

/* South border */
.ebay_s {
  background: transparent url(ebay_lightbox/BOTTOM_IMAGE.gif) repeat-x 0 0;
  height:12px;
}

/* South-East corner */
.ebay_se {
  background: transparent url(ebay_lightbox/BOTTOM_RIGHT_IMAGE.gif) no-repeat 0 0;
  width:11px;
  height:12px;
  vertical-align:top;
}

/* Close button */
.ebay_close {
    width: 23px;
    height: 23px;
    background: transparent url(ebay_lightbox/CLOSE_IMAGE.gif) no-repeat 0 0;
    position:absolute;
    top:10px;
    right:1px;
    cursor:pointer;
    z-index:1000;
}

/* Title bar */
.ebay_title {
    float:left;
    height:14px;
    font-size:14px;
    text-align:center;
    margin-top:2px;
    width:100%;
    color:#123456;
}

/* Content div (not used for url) */
.ebay_content {
    overflow:auto;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    background:#FDFDFD;
}

/* Overlay for modal window, specify color and opacity (three times to work on all browsers */
.overlay_ebay {
  background-color: #666666;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}