#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #5B5721;
	cursor: pointer;
	cursor:pointer;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	cursor:pointer;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
	cursor:pointer;
}

#lbImage {
	border-top: 10px solid #fff;
	border-left :10px solid #fff;
	border-right : 10px solid #fff;
	border-bottom : 10px solid #fff !important;

	cursor:pointer;
}

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

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

#lbNextLink {
	right: 0;
}

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

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
	display: block;
	width: 20px;
	height: 25px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(../images/prev.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(../images/prev.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(../images/next.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(../images/next.gif) no-repeat right;
}

/**********************************/


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

#lbCloseLink {
	display: block;
	float: right;
	/*width: 66px;
	height: 22px;*/
	width: 10px;
	height: 10px;
	background: transparent url(../images/close.gif) no-repeat center;
	margin: -13px 0;
}

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


#lbCaption, #lbDescription{
	text-align:center
}
#lbCaption
{
	font-weight: 100;
	font-size:14px;
}
#lbDescription
{
	font-weight: 100;
	font-size:14px;
	margin-top : 0px;
}
#lbbuy
{
	font-weight: 100;
	font-size:14px;
	margin-top: -20px;
	margin-left:15px;
	text-align:center;
}


.lightboxDesc {
	display: none;
}

#a_kwick
{
	color:#5B5721;
	visibility:hidden;
}
#a_kwick:hover
{
	color:#5B5721;
	visibility:hidden;
}
