#lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    display: none;
    width: 780px;
    height: 460px;
}

#lightbox-layer-info {
    display: none;
    z-index: 10000;
    position: absolute;
    background: #fff;
    border:1px solid #000;
}

#lightbox-imageContainer {
    text-align: center;
}

#lightbox-layer-loading {
}

#lightbox-nav {
    display: block;
    background: #fff;
    width:100%;
}

#lightbox-prev {
    background: transparent url('/js/lightbox/img/prev.gif') no-repeat scroll;
    background-position: left 45%;
    width:63px;
    height:32px;
    cursor: pointer;
    display: block;
    float: left;
}

#lightbox-next {
    background: transparent url('/js/lightbox/img/next.gif') no-repeat scroll ;
    background-position: right 45%;
    width:63px;
    height:32px;
    cursor: pointer;
    display: block;
    float: right;
}

#lightbox-infoHeader{
    font-weight:bold;
    text-align: center;
    display: block;
    background: #fff;
}

#lightbox-infoFooter{
    display:block;
    float:right;
    background: #fff;
}
#lightbox-close{
	color:#999999;
    padding:5px;
    cursor: pointer;
    float:right;
    text-decoration:underline;
}

#lightbox-ad_area{
    text-align:center;
}
#lightbox-layer-info a:link, #lightbox-layer-info a:visited {
 text-decoration:underline;
 color:#999999;
}
