/* SLIMBOX */

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

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

.lbLoading {
	background: #fff url('/img/slimbox/loading.gif') no-repeat center;
}

#lbImage {
	border: 1px solid red;
	position: absolute;
	left: 0;
	top: 0;
	border-style: solid;
	border-color: #fff;
	border-width: 30px 26px 15px 26px;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('/img/slimbox/prev.gif') no-repeat 0 100%;
}

#lbNextLink {
	right: 4px;
	bottom: 0;
}

#lbNextLink:hover {
	background: transparent url('/img/slimbox/next.gif') no-repeat 100% 100%;
}

#lbBottom {
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: justify;
	border-left: 30px solid #fff;
	border-right: 26px solid #fff;
	border-bottom: 15px solid #fff;
	border-top: 15px solid #fff;
	font-family:"Trebuchet MS",LucidaGrande,GillSans,serif;
}

#lbCloseLink {
	display: block;
	position: absolute;
	top: 0px;
	right: 4px;
	width: 66px;
	height: 22px;
	background: transparent url('/img/slimbox/closelabel.gif') no-repeat center;
	outline: none;
}