/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background: #000;
	cursor: pointer;
	z-index: 3;
}

#lbCenter, #lbTopContainer, #lbBottomContainer, #lbBuyBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 4;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage, #lbBuyImage {
	border: 20px solid #fff;
	position: relative;
	z-index: 100;
}


#lbPrevLink, #lbNextLink, #lbBuyLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbTop {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-right: 20px solid #303030;
	border-top-style: none;
	background: url(bg_slimbox.gif);
	margin: 0 0;
	width: 100px;
}

#lbCloseLinkTop {
	display: block;
	float: right;
	width: 55px;
	height: 15px;
	/* background: transparent url(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: center;
	border: 20px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(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 {
	margin-top:-15px;
	float: left;
	clear: both;
	background: url(footer_nexusracing.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%; 
	height: 35px;
	width: 100%;
}
.slimClose{
	display:inline-block;
	background:url(bg_slim_button_divider.gif) no-repeat left #333;
	color:#fff;
	float:right;
	padding:0px 0px 0px 15px;
	text-align:center;
	height:17px;
	text-transform:uppercase;
}
.footBox{
	display:inline-block;
	background:url(bg_slim_button_divider.gif) no-repeat left #333;
	color:#fff;
	float:right;
	padding:0px 5px 0px 5px;
	text-align:center;
	height:17px;
	text-transform:uppercase;
}
.footBox a, .slimClose a, .slimClose a:hover{
	font-size: 1em;
	color:#fff;
	cursor:hand;
}
.first{
	background:url(bg_slim_button.gif) no-repeat left #333;
}

#lbImage #lbLinkOverlay{
	position: absolute;
	top: 1px;
	left: 1px;
	background: red;
}