#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor:pointer;
	z-index:20000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #fff;
	z-index:20000;
}

.lbLoading {
	background: #fff url(http://www.psdgoswami.com/gallery_2008/loading.gif) no-repeat center;
	z-index:20000;
}

#lbCanvas {
	border: 9px solid #fff;
	overflow:hidden;
	z-index:20000;
}

#lbCanvas iframe, #lbCanvas img {
	border:1px solid #999;
	margin:0; padding:0;
	z-index:20000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(http://www.psdgoswami.com/gallery_2008/dot.gif);
	z-index:20000;
}


#lbPrevLink {	
	display:block;
	left: 0px;
	z-index:20000;
}

#lbPrevLink:hover {
	background: transparent url(http://www.psdgoswami.com/gallery_2008/i_prevlabel.gif) no-repeat;
	z-index:20000;
}

#lbNextLink {
	right: 0px;
	display:block;	
	z-index:20000;
}

#lbNextLink:hover {
	background: transparent url(http://www.psdgoswami.com/gallery_2008/i_nextlabel.gif) no-repeat;
	z-index:20000;
}

#lbBottom {
	font-size:10px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.2em;
	text-align: left;
	margin:0 0 0 10px; padding:0;
	z-index:20000;
}

#lbCloseLink,#lbPlayLink,#lbStopLink{
	display: block;
	float: right;
	width: 33px;
	height: 22px;	
	margin:0; padding:0;
	background: transparent url(http://www.psdgoswami.com/gallery_2008/dot.gif) no-repeat center;
	cursor:pointer;
}

#lbCloseLink{
background: transparent url(http://www.psdgoswami.com/gallery_2008/i_closelabel.gif) no-repeat center;
}

#lbPlayLink{
background: transparent url(http://www.psdgoswami.com/gallery_2008/i_playlabel.gif) no-repeat center;
}

#lbStopLink{
background: transparent url(http://www.psdgoswami.com/gallery_2008/i_pauselabel.gif) no-repeat center;
}

#lbCaption, #lbNumber {
}

#lbCaption {
	margin-bottom:4px;
	font-weight: normal;
}


#lbGHolder{

}