/* 
    Document   : lightbox
    Created on : 11.10.2009, 17:03:20
    Author     : tim niggemann
    Description:
        Lightbox alternative layout customizations.
*/

#outerImageContainer, #imageDataContainer {
    background: none !important;
}

#bottomNavClose {
    background-color: inherit !important;
}

#imageData #imageDetails {
    width: 100%;
    text-align: left;
    padding-left: 16px;
    position: relative;
    top: -13px;
}

#imageData #caption {
    font-weight: normal;
    color: #CCCCCC;
}

#loadingLink {
  background: url(images/loading.gif) no-repeat !important;
}

#bottomNavClose {
  background: url(images/close.png) left no-repeat !important;
}

#modalContainer {
    background-color:#FFFFFF;
    text-align: left;
    margin: 26px;
    width: 548px !important;
    height: 374px !important;
}

#lightbox a:active, #lightbox a:hover {
	color: white;
}
