
/**************************************************************

    Lightbox
    v 1.5

**************************************************************/

#lbOverlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    cursor: pointer;    
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
    margin-top: 172px;
    padding: 5px;
    /*border: 10px solid #ddd;*/
    /*border-top: 0px solid #fff;*/
}

#lbCenter {
    border: 5px solid #ddd;
    border-bottom-style: none;
}

#lbBottomContainer {
    border: 5px solid #ddd;
    border-top-style: none;
}

.lbLoading {
    background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
    /*border: 6px solid #fff;*/
    /*border-bottom: 5px solid #ddd;*/
    background-repeat: no-repeat;
}


.photos {
    padding: 3px;
    border: 1px solid #fff;
}

a:hover .photos {
    border: 1px solid #999;
}

.lightboxDesc a {
    color: #999999;
    text-decoration: none;
}

.lightboxDesc a:hover {
    color: #000000;
    text-decoration: none;
}

/***************************

    styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 32px;
    outline: none;
}

#lbPrevLink {
    left: 0;
    
}

#lbPrevLink:hover {
    background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

/***************************

    styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
    /*display: block;*/
    width: 40px;
    height: 20px;
    /*outline: none;*/	
}

#lbPrevLink {
    /*background: transparent url(images/prevlabel.gif) no-repeat left;*/
}

#lbPrevLink:hover {
    /*background: transparent url(images/prevlabel.gif) no-repeat left;*/
}

#lbNextLink {
    /*background: transparent url(images/nextlabel.gif) no-repeat right;*/
}

#lbNextLink:hover {
    /*background: transparent url(images/nextlabel.gif) no-repeat right;*/
}

#lbControls {
    display: block;
    height: 32px;
}


/**********************************/


#lbBottom {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.4em;
    text-align:center;
    /*border: 10px solid #f15f34;*/
    /*border-top-style: none;*/
    /*border: 6px solid #fff;*/
    padding: 10px 0px;
}

#lbCloseLink {
    clear: both;
    display: block;
    float: right;
    width: 21px;
    height: 22px;
    background: transparent url(images/closelabel.gif) no-repeat center;
    margin: 0px 0px 0px 0px;
    /*border: 1px solid #000;*/
}

#lbCaption, #lbNumber, #lbDescription {
    /*border: 1px solid #000;*/
}

#lbCaption {
    font-weight: bold;
    font-size: 14px;
}

#lbNumber {
	font-size: 14px;
	color: #cf0008;
}

#link {
	font-size: 14px;
	color: #cf0008;
}

#current_item {
	color: #cf0008;
	font-size: 18px;
}

font.nav_arrow {
    color: #cf0008;
    font-weight: bold;
    font-size: 24px;
}

.lightboxDesc {
    display: none;
}

/*************************************************************/

