/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background: url(../img/black.jpg);
	cursor: pointer;
}

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 8px solid #000;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
left:0;float:left;
	/*background: transparent url(../img/prev.gif) no-repeat 0% 15%;*/
}

#lbPrevLink:hover {
	background: #000 url(../img/prev.gif) no-repeat 0% 0%;filter: alpha(opacity=60);-moz-opacity: 0.6;-khtml-opacity: 0.6;opacity: 0.6;
}

#lbNextLink {
right:0;float:right;
	/*background: transparent url(../img/next.gif) no-repeat 100% 0%;*/
}

#lbNextLink:hover {
	background: #000 url(../img/next.gif) no-repeat 100% 0%;filter: alpha(opacity=60);-moz-opacity: 0.6;-khtml-opacity: 0.6;opacity: 0.6;
}

#lbBottom {
font-style:normal;text-transform:uppercase;float:left;text-align:left;font-size:10px;
font-weight: bold;color: #fff;padding:0px;margin:0;font-family:Arial, Helvetica, "Lucida Grande", sans-serif;
border: 8px solid #000;
border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 65px;
	height: 18px;
	background: transparent url(../img/close.gif) no-repeat center;
	margin: 0px 0;
}

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

#lbCaption {
	font-weight: bold;
}

#lbCaption a:link, #lbCaption a:visited{color: #E10000;font-style:italic;text-decoration: none;}

#lbCaption a:hover, #lbCaption a:active{color: #fff;text-decoration: none;}

/*he he :D*/
::-moz-selection {
	background: #fff;
	color: #cc0000;
}

::selection {
	background: #fff;
	color: #cc0000;
}

.photos img:hover{filter: alpha(opacity=40);-moz-opacity: 0.4;-khtml-opacity: 0.4;opacity: 0.4;}



