#lightbox {
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}
#lightbox a img {
    border: medium none;
}
#outerImageContainer {
    background-color: #fff;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px;
}
#imageContainer {
    padding: 10px;
}
#loading {
    height: 25%;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}
#hoverNav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav {
    left: 0;
}
#hoverNav a {
    outline: medium none;
}
#prevLink, #nextLink {
    display: block;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    width: 30%;
}
#prevLink {
    float: left;
    left: 0;
}
#nextLink {
    float: right;
    right: 0;
}
#prevLink:hover, #prevLink:visited:hover {
    background: url("next.gif") no-repeat scroll left 50% transparent;
}
#nextLink:hover, #nextLink:visited:hover {
    background: url("prev.gif") no-repeat scroll right 50% transparent;
}
#numberDisplay .sep {
    float: left;
    height: 19px;
    overflow: hidden;
    text-indent: -999px;
    width: 42px;
}
#nextLinkText, #prevLinkText {
    font-weight: bold;
    text-decoration: none;
}
#nextLinkText {
    background: url("prev_next.png") no-repeat scroll 100% 0 transparent;
    float: left;
    height: 18px;
    overflow: hidden;
    text-indent: -999px;
    width: 16px;
}
#nextLinkText:hover {
    background: url("prev_next.png") no-repeat scroll 100% -20px transparent;
}
#nextLinkTextDis {
    background: url("prev_next.png") no-repeat scroll -52px 0 transparent;
    float: left;
    height: 18px;
    overflow: hidden;
    text-indent: -999px;
    width: 16px;
}
#prevLinkText {
    background: url("prev_next.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 18px;
    overflow: hidden;
    text-indent: -999px;
    width: 16px;
}
#prevLinkText:hover {
    background: url("prev_next.png") no-repeat scroll 0 -20px transparent;
}
#prevLinkTextDis {
    background: url("prev_next.png") no-repeat scroll 0 0 transparent ;
    float: left;
    height: 18px;
    overflow: hidden;
    text-indent: -999px;
    width: 16px;
}
.ontop #imageData {
    padding-top: 5px;
}
#caption {
    color: #666666;
    float: left;
    font-family: "Times New Roman",Times,serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    padding: 0;
    text-align: left;
}
#caption h2 {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
}
#caption p {
    color: #636363;
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 8px;
}
#caption a {
    color: #292929;
    text-decoration: none;
}
#caption a:hover {
    text-decoration: underline;
}
#imageDataContainer {
    background-color: #fff;
    color: #F8F8F8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: -1px auto 0;
    text-align: left;
}
#imageData {
    min-height: 20px;
    padding: 2px 10px 2px;
    position: relative;
	margin:0 auto;
}
#imageData #imageDetails {
    margin: 0 auto;
    text-align: left;
    width: 71px;
}
#imageData #caption {
    font-weight: normal;
}
#imageData #numberDisplay {
    display: block;
    margin: 0;
    padding-bottom: 0;
    width: 77px;
	margin:0 auto;
}
#bottomNav {
    margin: 0 auto;
    width: 33px;
}
#imageData #bottomNavClose {
    background: url("prev_next.png") no-repeat scroll -17px 0px transparent;
    height:14px;
    overflow: hidden;
    padding-bottom: 0;
    position: absolute;
    text-indent: -999px;
    width: 31px;
    z-index: 50;
	margin-left:3px;
}
#imageData #bottomNavClose:hover {
    background: url("prev_next.png") no-repeat scroll -17px -18px transparent;
	height:14px;
}
#imageData #helpDisplay {
    clear: left;
    display: block;
    float: left;
}
#overlay {
    background-color: #000;
    display: none;
    height: 500px;
    left: 0;
    min-width: 990px;
    opacity: 0.80;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
