/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9000;
/*	overflow: hidden;*/
	background-color: #000;
}
#lbBottomContainer{
	z-index:8000;
}

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

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

#lbPrevLink, #lbNextLink {
	display: block;
	float:left;
	width:20px;
	height:28px;
}

#lbPrevLink {
	background: transparent url(../img/slimbox/prev.png) left center no-repeat;
}

#lbPrevLink:hover {
}

#lbNextLink {
	background: transparent url(../img/slimbox/next.png) left center no-repeat;
}

#lbNextLink:hover {
}

#lbBottom {
	background:#000 url(../img/slimbox/bottom_bg.jpg) top left repeat-x;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 27px;
	height: 28px;
	background: transparent url(../img/slimbox/close.png) no-repeat center;
	outline: none;
	border-left:5px solid #000;
}

#lbCaption, #lbNumber {

}

#lbCaption {
	position:absolute;
	top:14px;
	right:0;
	padding-right:21px;
	text-align:right;
	font-size:15px;
	line-height:22px;
	color:#fff;
	background:url(../img/background/arrow-toleft.png) right center no-repeat;
}

#lbNumber span{
	display:none;
}
#lbNumber a{
	display:block;
	float:left;
	width:16px;
	height:24px;
	background:url(../img/slimbox/page.png) center center no-repeat;
	cursor:pointer;

}
#lbNumber a.current,
#lbNumber a:hover{
	background-image:url(../img/slimbox/page-active.png);
}

#sidekick{
position:absolute;
right:57px;
top:283px;
z-index:99999;
}
