#lbMain:hover #lbOuterContainer:hover + #lbDetailsContainer,
#lbMain:hover #lbOuterContainer:hover #lbNext,
#lbMain:hover #lbOuterContainer:hover #lbPrev {
	display:block;
}

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px;   background-color: #000000;}

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

/*#lbImage {
	max-height: 536px;
}*/

#lbOuterContainer { 
	position: relative; 
	background-color: #fff; 
	width: 200px; 
	height: 200px; 
	margin: 0 auto; 
	padding:35px 25px 10px 25px;
}

#lbDetailsContainer {	
	display:none;
	line-height: 1.4em;	
	overflow: auto; 
	margin: 0 auto; 
	padding:25px 25px 25px 25px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;  
	background:#FFF;
	position:relative;
	top: -45px;
	min-height:40px;
}

/*#lbDetailsContainer:hover,
#lbDetailsContainer:hover *:hover {
	display:inline-block;
}*/

#lbDetailsContainer:hover {
	display:block;
}

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(/images/lytebox/loading.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; }

#lbPrev,#lbNext { 
	width:30px;
	cursor:pointer;
	position:absolute;
	top:0px;
	background:url('/images/lytebox/btn_lytebox_previous.jpg') no-repeat -72px 60%;
	display:none;
}

#lbPrev {
	left:2px;
}

#lbNext { 
	right:2px;
	background:url('/images/lytebox/btn_lytebox_next.jpg') no-repeat -72px 60%;
}


#lbPrev:hover, 
#lbPrev:visited:hover,
#lbNext:hover, 
#lbNext:visited:hover { 
	background-position:0px 60%;	
}


#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }

	
#lbDetailsData { padding: 0 10px; }

#lbDetails { width: 75%; float: left; text-align: left; }
#lbCaption { display: block; padding-left:10px; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { 
	width: 26px; height: 21px; float: right; margin:0px 5px 1px 0px; 
	background: url(/images/public/btn_close.jpg) no-repeat 0px 0px;
}

#lbClose:hover {
	background-position:0px -21px;
}

#lbBottomNav * {
	position:relative;
	z-index:9999;
}

#lbBottomNav .img-print {
	margin-right:5px;
	height:21px;
	width:28px; 
}

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }

#lbNumberDisplay {
    position: absolute;
    right: 45px;
    top: 20px;
    z-index: 9998;
}

#lbBottomNav {
  	bottom: 15px;
    position: absolute;
    right: 40px;
    width: 100px;
}

#lbBottomNav .img-control {
	float:right;
}
