/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9998;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
#lbBottomContainer {
	/* background: transparent; */
}
.lbLoading {
	background: #fff url(/ersys/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/ersys/images/popup_prev.png) no-repeat 0 50%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/ersys/images/popup_next.png) no-repeat 100% 50%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-bottom: 4px solid #fff;
}

#lbCloseLink {
	/* display: none; */
	float: right;
	width: 30px;
	height: 30px;
	background: transparent url(/ersys/images/closebox.png) no-repeat center;
	outline: none;
	position: absolute;
	top:-5px;
	right:-7px;
}

#lbNumber {
	margin-right: 71px;
	display: none;
}

#lbCaption {
	
}

/* ------  -------- */

.popup_wrapper {width:888px; position: relative;}
.popup_wrapper .next {
	position: absolute;
	top:250px;
	right: 0;
}
.popup_wrapper .prev {
	position: absolute;
	top:250px;
	left: 0;
}
.popup_footer_holder {background-color: #fff}
#lbBottom .title {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	float: left;
	padding: 15px 27px 10px 27px;
	line-height: 20px;
/* 	padding: 24px 27px 0px 27px; */
	font-size: 19px;
	color: #6e9a1d;
	/* border: 1px solid red; */
	}
#lbBottom .title span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f5049;
	/* border: 1px solid green; */
	}
#lbBottom .price, #lbBottom .details {
	float: right;
	margin: 5px 5px 0px 0;
}
#lbBottom .price .data {
	background-color: #5f5049;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 0 12px;
}
#lbBottom .price .data span {
	color: #b09c92;
	font-size: 18px;
	position: relative;
	top:-5px;
	margin-right: 2px;
}
#lbBottom .details .data {
	background-color: #f5f5f1;
	border-bottom:1px solid #cfcac8; 
	border-top:1px solid #cfcac8;
	text-align: center;
	font-size: 12px;
	vertical-align: bottom;
}
#lbBottom .details .data .size {
	padding: 0 5px;
}
#lbBottom .details .data .medium {
	font-weight: bold; 
	border-top:1px solid #cfcac8;
	padding: 4px 0 4px 0;
	margin-top: 4px;
}
#lbBottom .price { border-collapse: collapse;}
#lbBottom .leftData { background: url(/ersys/images/popup_price_bcg_left.gif) no-repeat; height: 55px; width: 5px;}
#lbBottom .rightData { background: url(/ersys/images/popup_price_bcg_right.gif) no-repeat; height: 55px; width: 5px;}

#lbBottom .details { border-collapse: collapse;}
#lbBottom .leftDetails { background: url(/ersys/images/popup_dim_bcg_left.gif) no-repeat; height: 55px; width: 5px;}
#lbBottom .rightDetails { background: url(/ersys/images/popup_dim_bcg_right.gif) no-repeat; height: 55px; width: 5px;}
	#lbBottom .artWidth { background: url(/ersys/images/size_width.gif) no-repeat left center; display: inline; float: left; height: 23px; line-height: 23px; margin-right: 5px; padding: 0 0 0 23px;}
	#lbBottom .artHeight { background: url(/ersys/images/size_height.gif) no-repeat left center; display: inline; float: left; height: 23px; line-height: 23px; margin-right: 5px; padding: 0 0 0 9px;}
	#lbBottom .artDepth { background: url(/ersys/images/size_depth.gif) no-repeat left center; display: inline; float: left; height: 23px; line-height: 23px; padding: 0 0 0 15px;}	
	#lbBottom .medium {clear: left;}
	




