/*CSS made by Zoran Perin - ALEZZO.COM*/

/*SLIMOBOX..............................................*/
#lbOverlay {
	background-color:#000;
	cursor:pointer;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	z-index:9999;
	width:100%;
	}
#lbCenter, #lbBottomContainer {
	background-color:#fff;
	overflow:hidden;
	position:absolute;
	z-index:9999;
	}
.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
	}
#lbImage {
	background-repeat: no-repeat;
	border:10px solid #fff;
	left:0;
	position:absolute;
	top:0;
	}
#lbPrevLink, #lbNextLink {
	display: block;
	outline: none;
	position: absolute;
	top: 0;
	width: 50%;
	}
#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%;
	}
#lbBottom {
	border: 10px solid #fff;
	border-top-style: none;
	color: #666;
	font:10px Arial, Helvetica, sans-serif; 
	line-height: 1.4em;
	text-align: left;
	}
#lbCloseLink {
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	display: block;
	float: right;
	height: 22px;
	margin: 5px 0;
	outline: none;
	width: 66px;
	}
#lbCaption, #lbNumber {
	margin-right: 71px;
	}
#lbCaption {
	font-weight: bold;
	}