body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color:#000;
	cursor:pointer;
	
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000; text-align: center; padding:20px;
	
}

.lbLoading {
	background: #000 url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #000;
	border-top-style: none;

}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 200px;
	background: transparent url(closelabel.jpg) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: normal; padding-top:10px; font-size:12px;
}
#lbCaption em{ text-transform:uppercase !important; font-size:14px;  font-family:"Times New Roman", Times, serif}

#flvvideo {
 /*  border-top: 1px solid #666666; border-left: 1px solid #666666;
   border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc;*/
   
}

#lbCloseUpper{background: transparent url(tb-close.png) no-repeat center; position:absolute; width:24px; height:25px; /*top:-10px; left:0px; margin:0px 0 0 0px; */ left:29.5%; top:47px; z-index:10000; }

