#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99997; width: 100%; height: 100%; }
	#lbOverlay.black { background-color: #000000; }
#lbMain { position: absolute; left: 0; width: 100%; z-index: 99998; text-align: center; line-height: 0; display:-moz-inline-stack; }
#lbMain a img { border: 1px solid #ffffff; }

#lbOuterContainer {	position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto;-moz-border-radius:5px;-webkit-border-radius:5px; border-radius: 5px; }
	#lbOuterContainer.black { border: 2px solid #888888; }

#lbTopContainer, #lbBottomContainer { 
	font: 0.85em Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em; font-size: 0.9em;
	overflow: hidden; margin: 0 auto; padding: 0; position: relative; z-index: 14; -moz-border-radius: 8px; border-radius: 8px;
	display: none;
}
#lbTopContainer { overflow: hidden; margin-top: 5px; }
#lbTopContainer.black, #lbBottomContainer.black { background-color: #ffffff;}
	
#lbImage, #lbIframe { border: none; }
#lbImage.black, #lbIframe.black { border: 1px solid #CCCCCC;     display: block;}
#lbImageContainer, #lbIframeContainer { padding: 10px; z-index: 12; }
#lbLoading {
	height: 100%; width: 100%; margin-top: -10px;
	background: url('images/loading_white.gif') center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrevHov { width: 49%; height: 100%; background: transparent url('images/blank.gif') no-repeat; display: block; left: 0; float: left; margin-left: 3px; display: inline;  }
	#lbPrevHov.black:hover, #lbPrevHov.black:visited { background: url('images/prev_grey_t.png') left 30% no-repeat; }
	
#lbNextHov { width: 49%; height: 100%; background: transparent url('images/blank.gif') no-repeat; display: block; right: 0; float: right; margin-right: 3px; display: inline;  }
	#lbNextHov.black:hover, #lbNextHov.black:visited { background: url('images/next_grey_t.png') right 30% no-repeat; }
	
#lbPrev, #lbPrevTop { width: 26px; height: 28px; float: right; margin: 0 0 1px 8px; }
	#lbPrev.black, #lbPrevTop.black { background: url('images/prev_grey.png') no-repeat; }
	#lbPrev.blackOff, #lbPrevTop.blackOff { background: url('images/prev_grey_off.png') no-repeat; cursor: default; }
	
#lbNext, #lbNextTop { width: 26px; height: 28px; float: right; margin: 0 0 1px 8px; }
	#lbNext.black, #lbNextTop.black { background: url('images/next_grey.png') no-repeat; }
	#lbNext.blackOff, #lbNextTop.blackOff { background: url('images/next_grey_off.png') no-repeat; cursor: default; }
	
#lbTopData, #lbBottomData { float: left; text-align: left; padding-left: 10px; }
#lbBottomData { padding-bottom: 0.5em; }
	#lbBottomData.black, #lbTopData.black { color: #333333; }

#lbTopNav, #lbBottomNav { float: right; text-align: right; padding-right: 10px; }
#lbNumTop, #lbNumBottom { font-style: italic; }
#lbDescBottom { display: block; }
#lbTitleTop, #lbTopNav { margin-top: 0.3em; }
#lbTitleTop, #lbTitleBottom { display: block; font-weight: bold; }

#lbClose, #lbCloseTop { width: 26px; height: 28px; float: right; margin: 0 0 1px 8px; }
	#lbClose.black, #lbCloseTop.black { background: url('images/close_grey.png') no-repeat; }
	
#lbPrint, #lbPrintTop { width: 26px; height: 28px; float: right; margin: 0 0 1px 8px; }
	#lbPrint.black, #lbPrintTop.black { background: url('images/print_grey.png') no-repeat; }

#lbPlay, #lbPlayTop { width: 26px; height: 28px; float: right; margin: 0 0 1px 8px; }
	#lbPlay.black, #lbPlayTop.black { background: url('images/play_grey.png') no-repeat; }
	
#lbPause, #lbPauseTop { width: 26px; height: 28px; float: right; margin: 0 0 1px 8px; }
	#lbPause.black, #lbPauseTop.black { background: url('images/pause_grey.png') no-repeat; }
	
/* Some extra padding on the bottom buttons so it's not too close to the border. */
#lbClose, #lbPrint, #lbPlay, #lbPause { margin: 0 0 6px 8px; }

/* Lytetip */
* html a:hover { background: transparent; }

.lytetip { outline: none; border-bottom: 1px dotted; z-index:24; color:#3CA3FF; font-weight:bold; text-decoration:none; }
.lytetip span {
	color: #444;
	position: absolute;
	top: 2em; left:0;
	padding: 0.5em 0.8em;
	font: 11px Verdana, Arial, Helvetica, sans-serif !important;
	background: #FFF; 
	border: 1px solid #BEBEBE;	
	border-radius: 4px; -moz-border-radius:4px; -webkit-border-radius: 4px;
	-webkit-box-shadow: 0 1px 5px #CCC;-moz-box-shadow: 0 1px 5px #CCC;box-shadow: 0 1px 5px #CCC;
	width: 240px;
	filter: alpha(opacity:95);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
	text-align: left;
	display: none;
}

.lytetip:hover { z-index:25; color: #aaaaff; background:; }
.lytetip:hover span { display: block; }
.lytetip:hover em {	font-size: 1.2em; font-weight: bold; display: block; padding: 0 0 0.6em 0; }
.lytetip:hover .lbTipImg { border: 0; margin: 0 0  10px 10px; float: right; height: 16px; width: 16px; }
.lbErrorImg { background: url('images/error.png'); }
.lbInfoImg { background: url('images/info.png'); }
.lbHelpImg { background: url('images/help.png'); }
.lbWarningImg { background: url('images/warning.png'); }
span.lbCustom { padding: 0.5em !important; }
span.lbIEFix { padding: 0.5em 0.8em !important; }
.lytetip .lbError { background: #fff3eb; border: 1px solid #ffc1c1; }
.lytetip .lbInfo, .lytetip .lbHelp { background: #e8f6fb; border: 1px solid #95d7eb; }
.lytetip .lbWarning { background: #ffffd4; border: 1px solid #ffd698; }