#lbOverlay {
	LEFT: 0px; WIDTH: 100%; CURSOR: pointer; POSITION: absolute; BACKGROUND-COLOR: #000
}
#lbCenter {
	LEFT: 50%; OVERFLOW: hidden; POSITION: absolute; BACKGROUND-COLOR: #fff
}
#lbBottom {
	LEFT: 50%; OVERFLOW: hidden; POSITION: absolute; BACKGROUND-COLOR: #fff
}
#.lbLoading {
	BACKGROUND: #fff url('loading.gif') no-repeat center 50%; 
}
#lbImage {
	BORDER-RIGHT: #fff 10px solid; BORDER-TOP: #fff 10px solid; BORDER-LEFT: #fff 10px solid; BORDER-BOTTOM: #fff 10px solid
}

#lbPrevLink {
	BACKGROUND: url('prevlabel.gif') no-repeat left 50%; FLOAT: left
}
#lbNextLink {
	BACKGROUND: url('nextlabel.gif') no-repeat right 50% ; FLOAT: right
}



#lbPrevLink {
	DISPLAY: block; WIDTH: 60px; HEIGHT: 20px; outline: none
}
#lbNextLink {
	DISPLAY: block; WIDTH: 60px; HEIGHT: 20px; outline: none
}



#lbprevlink:hover, #lbprevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
}
#lbnextlink:hover, #lbnextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#lbBottom {
	BORDER-RIGHT: #fff 10px solid; BORDER-TOP: #fff 10px; FONT-SIZE: 10px; BORDER-LEFT: #fff 10px solid; COLOR: #000; LINE-HEIGHT: 1.4em; BORDER-BOTTOM: #fff 10px solid; FONT-FAMILY: Verdana, Helvetica, sans-serif; TEXT-ALIGN: center
}
#lbCloseLink {
	DISPLAY: block; BACKGROUND: url('closelabel.gif') no-repeat center 50%; FLOAT: right; MARGIN: 0px; WIDTH: 20px; HEIGHT: 20px
}
#lbCaption {
	MARGIN-RIGHT: 71px
}
#lbNumber {
	MARGIN-RIGHT: 71px
}
#lbDescription {
	MARGIN-RIGHT: 71px
}
#lbCaption {
	FONT-WEIGHT: bold
}
.lightboxDesc {
	DISPLAY: none
}