#microfiche ul {
    list-style: square;
    padding-left: 12px;
}
#microfiche ol {
    list-style-type: decimal;
}
#microfiche ol ol {
    list-style: upper-alpha;
}
#microfiche ol ol ol {
    list-style: lower-roman;
}
#microfiche ol ol ol ol {
    list-style: lower-alpha;
}
#microfiche ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
#microfiche li {
    display: inline-block;
    vertical-align: top;
}
#microfiche .thumbsBg {
    background: #f5f6f7;
    margin: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 8px;
}
#microfiche .text-right {
    text-align: right !important;
}
/* Lightbox custom style */

#overlay {
    display:none;
    /*background:url(../images/overlayScreen.png) repeat;*/
    /* background-color: #000;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter:alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65 !important;*/
    position:fixed;
    top:0px;
    left:0px;
    bottom:0;
    width:100%;
    height:100%;
    z-index:900;
}

#lightbox, #lightbox_noimg{
    position:absolute;
    top:10%;
    width:100%;
    z-index: 1005;
    text-align: center;
    line-height: 0;
    display: none;
}

#outerImageContainer{
    position:relative;
    background-color: #fff;
    width: 880px;
    min-height: 1100px;
    height:auto;
    margin: 0 auto;
}
#lightbox_noimg #outerImageContainer {
    position:relative;
    background-color: #fff;
    width: 880px;
    min-height: 300px !important;
    height:auto;
    margin: 0 auto;
}

#outerImageContainer{
    padding:29px;
}
.lgBtnBoth{ clear:both; /*overflow:hidden;*/ width:350px; position: relative; height:28px;}
.lgBtnBoth .pageNo{ float:left; width:114px; text-align:center; position:relative; font-size:18px;
    color:#666; line-height:21px; margin-top:5px;}
.lgBtnBoth .pageNo em { padding:0 10px;}


#outerImageContainer .topRow{ margin:0px auto 20px auto;}
#outerImageContainer .botRow{ margin:20px auto 0px auto;}

.lg_Next, .lg_Next a, .lg_Prev, .lg_Prev a{
    display:block;
    width:38px;
    height:38px;
    overflow:hidden;
    text-indent:-9999px;
}

.lg_Prev{
    background:url(../images/prev.gif) no-repeat;
    float:left;
    background-position:0 0;}
.lg_Next{
    background:url(../images/next.gif) no-repeat;
    float:left;
    background-position:0 0;}


#imageContainer{
    padding:29px;
    border:1px solid #999999;
}

#noImageContainer{
    padding:29px;
    border:1px solid #999999;
    margin-top:45px;
}

#outerImageContainer .closeBtn{
    background:url(../images/close.png) no-repeat top right;
    width:38px;
    height:38px;
    position: absolute;
    z-index:120;
    text-indent:-9999px;
    overflow: hidden;
    right:29px;
    cursor: pointer;
}

#noImageContainer p em{ font-size:18px; line-height:24px;}

.clear {
    overflow: auto;
}