
#lightbox_gallery #gallery {
    height: 124px;
  background: url('../images/gallery_bg_repeat.png') repeat-x;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1999;
}

#lightbox_gallery #gallery div {
    height: 124px;
}

#lightbox_gallery #gallery #main {
    width: 788px;
    margin-left: auto;
    margin-right: auto;
}

#lightbox_gallery #gallery #main div {
    float: left;
    height: 124px;
}

#lightbox_gallery #gallery #main #prev{
    width: 44px;
    height: 100px;
    background: url('../images/gallery_arrow_left_c.png') no-repeat;
}

#lightbox_gallery #gallery #main #prev a {
    width: 44px;
    height: 100px;
    display: block;
    background: url('../images/gallery_arrow_left_a.png') no-repeat;
    cursor: pointer;
}

#lightbox_gallery #gallery #main #prev a:hover {
    background: url('../images/gallery_arrow_left_b.png') no-repeat;
}

#lightbox_gallery #gallery #main #pics {
    width: 700px;
    position: relative;
    overflow: hidden;
}

#lightbox_gallery #gallery #main #pics #highlight {
    z-index: 999;
    width: 106px;
    height: 82px;
    position: absolute;
    left: 0px;
    top: 12px;
    background: url(../images/image_mini_border.png) no-repeat; 
}

#lightbox_gallery #gallery #main #pics #con {
    position: absolute;
    top: 15px;
    left: 0px;
}

#lightbox_gallery #gallery #main #pics #con .pic_item {
    background: url(../images/image_mini_bg.jpg) no-repeat;
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 7px;
    margin-left: 3px;
    display: inline;
    cursor: pointer;
}

#lightbox_gallery #gallery #main #pics #con .pic_item img {
    margin-top: 2px;
    margin-left: 2px;
}

#lightbox_gallery #gallery #main #next{
    width: 44px;
    height: 100px;
    background: url('../images/gallery_arrow_right_c.png') no-repeat;
}

#lightbox_gallery #gallery #main #next a {
    width: 44px;
    height: 100px;
    display: block;
    background: url('../images/gallery_arrow_right_a.png') no-repeat;
    cursor: pointer;
}

#lightbox_gallery #gallery #main #next a:hover {
    background: url('../images/gallery_arrow_right_b.png') no-repeat;
}

#lightbox_gallery #gallery #close {
    position: absolute;
    top: 0px;
    right: 0px;
}

#lightbox_gallery #gallery #close a {
    width: 60px;
    height: 100px;
    display: block;
    background:url('../images/gallery_close_a.jpg') no-repeat;
    cursor: pointer;
}

#lightbox_gallery #gallery #close a:hover {
   background: url('../images/gallery_close_b.jpg') no-repeat;
}
