#frOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
#frOverlay.grey { background-color: #000000; }
#frOverlay.red { background-color: #330000; }
#frOverlay.green { background-color: #003300; }
#frOverlay.blue { background-color: #011D50; }
#frOverlay.gold { background-color: #666600; }

#frMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#frMain a img { border: none; }

#frOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
#frOuterContainer.grey { border: 3px solid #888888; }
#frOuterContainer.red { border: 3px solid #DD0000; }
#frOuterContainer.green { border: 3px solid #00B000; }
#frOuterContainer.blue { border: 3px solid #5F89D8; }
#frOuterContainer.gold { border: 3px solid #B0B000; }

#frDetailsContainer {  font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em; overflow: auto; margin: 0 auto; }
#frDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
#frDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
#frDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
#frDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
#frDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#frImageContainer, #frIframeContainer { padding: 10px; }
#frLoading {
position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../images/litebox/loading.gif) center no-repeat;
}

#frHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#frImageContainer>#frHoverNav { left: 0; }
#frHoverNav a { outline: none; }

#frPrev { width: 49%; height: 100%; background: transparent url(../images/litebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
#frPrev.grey:hover, #frPrev.grey:visited:hover { background: url(../images/pre.png) left 15% no-repeat; }
#frPrev.red:hover, #frPrev.red:visited:hover { background: url(../images/litebox/prev_red.gif) left 15% no-repeat; }
#frPrev.green:hover, #frPrev.green:visited:hover { background: url(../images/litebox/prev_green.gif) left 15% no-repeat; }
#frPrev.blue:hover, #frPrev.blue:visited:hover { background: url(../images/litebox/prev_blue.gif) left 15% no-repeat; }
#frPrev.gold:hover, #frPrev.gold:visited:hover { background: url(../images/litebox/prev_gold.gif) left 15% no-repeat; }

#frNext { width: 49%; height: 100%; background: transparent url(../images/litebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
#frNext.grey:hover, #frNext.grey:visited:hover { background: url(../images/next.png) right 15% no-repeat; }
#frNext.red:hover, #frNext.red:visited:hover { background: url(../images/litebox/next_red.gif) right 15% no-repeat; }
#frNext.green:hover, #frNext.green:visited:hover { background: url(../images/litebox/next_green.gif) right 15% no-repeat; }
#frNext.blue:hover, #frNext.blue:visited:hover { background: url(../images/litebox/next_blue.gif) right 15% no-repeat; }
#frNext.gold:hover, #frNext.gold:visited:hover { background: url(../images/litebox/next_gold.gif) right 15% no-repeat; }

#frPrev2, #frNext2 { text-decoration: none; font-weight: bold; }
#frPrev2.grey, #frNext2.grey, #frSpacer.grey { color: #333333; }
#frPrev2.red, #frNext2.red, #frSpacer.red { color: #620000; }
#frPrev2.green, #frNext2.green, #frSpacer.green { color: #003300; }
#frPrev2.blue, #frNext2.blue, #frSpacer.blue { color: #01379E; }
#frPrev2.gold, #frNext2.gold, #frSpacer.gold { color: #666600; }

#frPrev2_Off, #frNext2_Off { font-weight: bold; }
#frPrev2_Off.grey, #frNext2_Off.grey { color: #CCCCCC; }
#frPrev2_Off.red, #frNext2_Off.red { color: #FFCCCC; }
#frPrev2_Off.green, #frNext2_Off.green { color: #82FF82; }
#frPrev2_Off.blue, #frNext2_Off.blue { color: #B7CAEE; }
#frPrev2_Off.gold, #frNext2_Off.gold { color: #E1E100; }

#frDetailsData { padding: 0 10px; }
#frDetailsData.grey { color: #333333; }
#frDetailsData.red { color: #620000; }
#frDetailsData.green { color: #003300; }
#frDetailsData.blue { color: #01379E; }
#frDetailsData.gold { color: #666600; }

#frDetails { width: 60%; float: left; text-align: left; }
#frCaption { display: block; font-weight: bold; }
#frNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#frNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#frClose,
#frClose.grey,
#frClose.red,
#frClose.green,
#frClose.blue,
#frClose.gold{ width: 72px; height: 33px; float: right; margin-bottom: 1px; background: url(../images/close.gif) no-repeat; }

#frPlay,
#frPlay.grey,
#frPlay.red,
#frPlay.green,
#frPlay.blue,
#frPlay.gold{ width: 78px; height: 28px; float: right; margin-bottom: 1px;  background: url(../images/litebox/play_grey.png) no-repeat;}

#frPause,
#frPause.grey,
#frPause.red,
#frPause.green,
#frPause.blue,
#frPause.gold{ width: 64px; height: 28px; float: right; margin-bottom: 1px;background: url(../images/litebox/pause_grey.png) no-repeat;  }