/* SLIMBOX */

@media screen {

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

#lbShadow {
	position: absolute;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	border-radius: 5.5px;
}

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

#lbBottom {
	position: absolute; left: 0; top: 0;
	z-index: 1;
	background-color: #fff;
	font: normal 9pt "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	color: #222;
	line-height: 1.5em;
	padding: 0 36px 28px 36px;
	overflow: hidden;
	border-radius: 5.5px;
}

#lbImage {
	position: absolute; left: 0; top: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: 36px 36px;
	background-color: #fff;
	padding: 36px 36px 8px 36px;
	overflow: visible;
	border-radius: 5.5px;
}

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

#lbPrevLink {
	left: -25px;
}

#lbPrevLink:hover {
	background: transparent url(prev.png) no-repeat 0% 15%
}

#lbNextLink {
	right: -25px;
}

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


#lbCloseLinkTop {
	display: block;
	position: absolute;
	right: -20px; top: -20px;
	width: 52px; height: 52px;
	background: transparent url(closelabel.png) no-repeat;
}
a#lbCloseLinkTop:focus {
	outline: none;
}

#lbCaption {
	font-size: 11pt;
	text-align: center;
}
#lbCaption span.sold {
	color: #f22;
	font-weight: bold;
}

#lbNumber {
	display: none;
}

}

@media print {

	#lbCenter, #lbShadow, lbLoading, #lbOverlay, #lbCloseLinkTop, #lbImage, #lbBottom, #lbCaption
	{ display: none; }

}
