/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #280A00;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	/*background: #F9F3DF;*/
}
#lbBottomContainer {
	background: #F9F3DF;
}

.lbLoading {
	/*background: transparent url(img/loading.gif) no-repeat center;*/
	background: transparent url(img/slimbox/loading.gif) no-repeat center;
	filter:alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}

#lbImage {
	border-width: 10px;
	border-style: solid;
	border-color: #FFFEEE #FEFDE6 #F8DFAA #FEFDE6;
	border-bottom-width:0px;
	background-repeat: no-repeat;
	background:transparent; 
	background-color:#F9F3DF;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://legra.semanticfantastic.com/img/kalendarze/ksiazkowe/classic_line/503.png', sizingMethod='scale') !important;*/
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/slimbox/previous.png) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #F9F3DF;
	border-top-style: none;
	border-bottom-color:#EAE4D0;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/slimbox/close.png) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	margin-left:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#754A3C;
	display:none;
}

#lbCaption {
	font-weight: bold;
}

