/* SLIMBOX 1.71, modified for l-p 09 August 2011*/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
      top: 0;
	width: 100%;
      height: 100%;
	background-color: #2a2a2a; /* l-p rev */
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	
	overflow: hidden;
	background-color: #fff; /* image border */
}

.lbLoading {
	background: #fff url(../images/internals/loading.gif) no-repeat center; /* l-p rev */
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff; /* image border */
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff; /* image border */
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 36px;
	height: 22px;
	background: transparent url(../images/internals/close.gif) no-repeat center; /* l-p rev */
	margin: 1px 0; /* l-p rev */
	outline: none;
}

#lbCaption /* ,#lbNumber  l-p rev  */ {
	margin-right: 71px;
}

#lbCaption a.buynow { /* can hide all "purchase" links here (in-line to display, none to hide) */
	display: in-line;
}

#lbCaption a:link.buynow, #lbCaption a:visited.buynow { /* l-p rev -- all */
	font-size: 114%;
	font-style: italic;
	color: #464646;
	line-height: 1.8em;
	padding-left: 1.2em;
}

#lbCaption a:hover.buynow, #lbCaption a:active.buynow { /* l-p rev -- all */
	font-size: 114%;
	color: #68808C;
	line-height: 1.8em;
	padding-left: 1.2em;
}

#lbCaption a:link, #lbCaption a:visited { /* l-p rev -- all */
    color: #959595;
}

#lbCaption a:hover, #lbCaption a:active { /* l-p rev -- all */
    color: #68808C;
}

#lbNumber { /* l-p rev -- all */
	margin-top: 6px;
	text-align: right;
	color: #aaa;
	border-right: 8px solid #eaeaea;
	background-color: #eaeaea;
}

#lbCaption {
	font-weight: normal; /*l-p rev */
}

