/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background: #000;
	cursor: pointer;
	z-index: 10000;
}

#lbCenter, #lbTopContainer, #lbBottomContainer, #lbBuyBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 10001;
}

.lbLoading {
	background: #fff url(../../images/icons/loading_s.gif) no-repeat center;
}

#lbImage, #lbBuyImage {
	border: 10px solid #fff;
	position: relative;
	z-index: 10100;
}


#lbPrevLink, #lbNextLink, #lbBuyLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: #000;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: #000;
}

#lbTop {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	background: #333;
	margin: 0 -10px;
	width: 100px;
}

#lbCloseLinkTop {
	display: block;
	float: right;
	width: 55px;
	height: 27px;
	/* background: transparent url(/images/decals/slimBox_closelabel2.gif) no-repeat center; */
	margin: 0;
}

#lbBottom, #lbBuyBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	/*background: transparent url(/images/decals/slimBox_closelabel.gif) no-repeat center;*/
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	display:inline;
	font-size: 1.2em;
	color: #000;
	margin-top: 10px;
}

#lbCopy {
	float: left;
	clear: both;
	font-size: 0.9em;
	color: #999;
	margin-top: 10px;
	width:100%;
}

#lbFoot {
	float: left;
	clear: both;
	background: #333;
	height: 27px;
	width: 100%;
}
.footBox, .slimClose{
	display:inline-block;
	background: #333;
	color:#fff;
	float:right;
	padding:5px 10px 5px 10px;
	text-align:center;
	height:17px;
	text-transform:uppercase;
}
/*.footBox a, .slimClose a{
	font-size: 12px;
	color:#fff;
	cursor:hand;
}*/
a.slimc:link, a.slimc:visited, a.slimc:active {
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
}
a.slimc:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/*.first{
	background: red;
}*/

#lbImage #lbLinkOverlay{
	position: absolute;
	top: 1px;
	left: 1px;
	background: red;
}