/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background: url(../images/bg.jpg);
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #121212;
}

.lbLoading {
	background: #121212 url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #121212;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
left:0;float:left;
	background: transparent url(../images/prev.png) no-repeat 0% 15%;
}

#lbPrevLink:hover {
	background: transparent url(../images/prev.png) no-repeat 0% 15%;
}

#lbNextLink {
right:0;float:right;
	background: transparent url(../images/next.png) no-repeat 100% 15%;
}

#lbNextLink:hover {
	background: transparent url(../images/next.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	color: #eee;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #121212;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 65px;
	height: 60px;
	background: transparent url(../images/close.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbCaption a:link{background-color:#121212;}

/*he he :D*/
::-moz-selection {
	background: #3FB948;
	color: #000;
}

::selection {
	background: #3FB948;
	color:#000;
}

