ul { list-style-image: url('../images/icon_bullet.jpg'); }
li { margin-bottom: 5px; }

#bodyContent { color: #ffffff; background-color: inherit; }

#upperContent { position: relative; width: 900px; height: 200px; left: 14px; margin-bottom: 10px; color: #000000; background-color: #cccccc; }
#ucInner { position: relative; width: 100%; height: 100%; }
#ucTextContent {  }
#upperFootDiv { position: absolute; width: 900px; height: 26px; left: 0px; bottom: 0px; z-index: 99; background: url('../images/upper_foot_strip.gif') bottom repeat-x; }
/*#ufcLeft { position: absolute; left: 0px; bottom: 0px; z-index: 99; }
#ufcRight { position: absolute; right: 0px; bottom: 0px; z-index: 98; }*/

.lowerContent { position: relative; width: 500px; margin-top: 10px; }

/*===THUMBNAIL IMAGES===*/
.fsBlock { position: relative; width: 680px; margin: 0px; }
.fsBlock2 { position: relative; width: 850px; margin: 0px auto; }
.thumbBlock { position: relative; float: left; width: 174px; height: auto; padding: 2px; margin: 0px 0px 5px 23px; }
.thumbFS { position: relative; width: 130px; height: auto; float: left; margin: 0px 5px 8px 5px; }
.thumbFS2 { position: relative; width: 150px; height: auto; }/*only used when viewing thumbs via cat or app*/
.thumbHolder { position: relative; width: 108px; height: 108px; background-color: #000000; color: #ffffff; margin: 5px auto; }
.thumbHolder a:hover { cursor: pointer; }
.thumbCat { position: relative; width: auto; height: 18px; padding-left: 4px; font-size: 13px; }
.thumbCat2 { position: relative; width: auto; height: auto; padding-left: 4px; font-size: 13px; }/*only used when viewing thumbs via cat or app*/
.thumb { margin: 4px 0px 0px 4px; }
.spacerThumb { position: relative; width: 100%; height: 8px; }

/*===BACK BUTTON===*/
.rtBack { position: absolute; width: auto; height: auto; left: -38px; top: 30px; z-index: 99; }


#imgViewer {
    position: absolute;
    display: none;
    width: auto;
    height: 47px;
    top: 0px;
    left: 0px;
    z-index: 999;
    border: solid 5px #000000;
    background-color: #333333;
    font-family: times new roman,times,arial;
}
#imgViewerHead { position: relative; width: auto; height: 24px; font-weight: bold; font-size: 20px; padding: 2px 0px 4px 5px; color: #ffffff; background-color: inherit; }
#imgViewerHead a:hover { cursor: pointer; }
#imgViewerBody { position: relative; width: auto; height: auto; background: url('../images/icon_loading.gif') center no-repeat; color: #ffffff; background-color: inherit; }

