#lbOverlay {
position: 				fixed;
z-index: 				9999;
left:					0;
top: 					0;
width: 					100%;
height: 				100%;
background-color: 		#fff;
cursor: 				pointer;
}

#lbCenter {
position: 				absolute;
z-index: 				9999;
overflow: 				hidden;
border:					3px solid #a0ccf9;
background: 			#649cd0 url(../images/footer/loading.gif) no-repeat center;
}

#lbBottomContainer {
position: 				absolute;
z-index: 				9999;
overflow: 				hidden;
margin-top:				15px;
}

.lbLoading {
border:					3px solid #a0ccf9;
background: 			#649cd0 url(../images/footer/loading.gif) no-repeat center;
}

#lbImage {
position: 				absolute;
left: 					0;
top: 					0;
}

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

#lbPrevLink {
left: 					0;
}

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

#lbNextLink {
right: 					0;
}

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

#lbBottom {
font-family: 			Arial, Helvetica, sans-serif;
font-size: 				12px;
color: 					#505f6c;
line-height: 			16px;
text-align: 			left;
display: 				none;
}

#lbCloseLink {
display: 				block;
float: 					right;
width: 					66px;
height: 				22px;
background: 			transparent url(../images/lightbox/closelabel.gif) no-repeat center;
margin: 				5px 0;
outline: 				none;
}

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

#lbCaption {
font-weight: 			bold;
}