/* SLIMBOX */

#lbOverlay {
	position:absolute;
	z-index:9999;
	left:0;
	width:100%;
	background:#000;
	cursor:pointer;
}

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

#lbCenter {
	margin-top:10px;
	overflow:visible;
	background:#fff;
}

#lbTopCornerLeft,
#lbTopCornerRight {
	position:absolute;
	top:-10px;
	left:0;
	width:4px;
	height:4px;
	border-bottom:6px solid #fff;
	border-right:6px solid #fff;
	background:transparent url(../images/slimbox/corners.png) no-repeat 0 0;
}

#lbTopCornerRight {
	right:0;
	left:auto;
	border-right:none;
	border-left:6px solid #fff;
	background-position:100% 0;
}

#lbTopStrip {
	position:absolute;
	top:-10px;
	left:10px;
	right:10px;
	height:10px;
	background:#fff;
}

.lbLoading {
	background:#fff url(../images/slimbox/loading.gif) no-repeat 50% 50%;
}

#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	border-top:none;
	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/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right:0;
}

#lbNextLink:hover {
	background:transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottomContainer {
	padding-bottom:10px;
}

#lbBottom {
	font-size:1.1em;
	line-height:1.4em;
	text-align:left;
	border-top:10px solid #fff;
	border-right:10px solid #fff;
	border-left:10px solid #fff;
	background:#fff;
}

#lbBottomCornerLeft,
#lbBottomCornerRight {
	position:absolute;
	bottom:0;
	left:0;
	width:4px;
	height:4px;
	border-top:6px solid #fff;
	border-right:6px solid #fff;
	background:transparent url(../images/slimbox/corners.png) no-repeat 0 100%;
}

#lbBottomCornerRight {
	right:0;
	left:auto;
	border-right:none;
	border-left:6px solid #fff;
	background-position:100% 100%;
}

#lbBottomStrip {
	position:absolute;
	bottom:0;
	left:10px;
	right:10px;
	height:10px;
	background:#fff;
}

#lbCloseLink,
#lbDownloadLink {
	display:block;
	float:right;
	margin:0 6px;
	outline:none;
}

#lbCaption, #lbNumber {
	margin-right:71px;
}

#lbCaption {
	font-weight:bold;
}