@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 760px;
	background: #1b031f; 	/* url("../images/bg/redken.png") no-repeat center top; */
	cursor: default;
	z-index: 1000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background: #000;
	z-index: 2000;
}

.lbLoading {
	background: #000 url('../images/shared/sb_loading.gif') no-repeat center;
}

#lbCanvas {
	border: 10px solid #000;
}

#lbCanvas iframe, #lbCanvas img {
	margin:0; padding:0;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 250px;
	background:url('../images/shared/sb_anchor_spacer.gif');
}


#lbPrevLink {
	left: 10px;
	outline: none;
}

#lbPrevLink:hover {
	outline: none;
	background: transparent url('../images/shared/sb_prevlabel.gif') no-repeat;
}

#lbNextLink {
	right: 10px;
	outline: none;
}

#lbNextLink:hover {
	outline: none;
	background: transparent url('../images/shared/sb_nextlabel.gif') no-repeat;
}

#lbBottom {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	color: #bc76b9;
	margin: 0 0 0 10px;
	padding: 8px 0 0 0;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 102px;
	height: 24px;
	background: transparent url('../images/shared/sb_closelabel.gif') no-repeat center;
	margin: -9px 0 0 0; padding: -9px 0 0 0;
}

#lbCaption, #lbNumber {
}

#lbCaption {
	font-weight: bold;
}
