.lbCenter{
	
}

.splashbox-only{
	display:none;
}


/*#lbCenter.bigBox{
	
}*/

#lbCanvas{
	display:block !important;
	visibility:visible;
	/*background:#fff;*/
	margin:22px 0 0 0;
	position:relative;
	left:0;
	top:0;
}

#lbCanvas .splashbox-only{
	display:block !important;
	visibility:visible;
	/*background:#fff;*/
}

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background: #000;
	cursor: pointer;
	z-index:990;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	/*overflow: hidden;*/
	/*background-color: #fff;*/
	z-index:999;
}

#lbCenter{
	margin:54px 0 0;
}

.lbLoading {
	background: url(/splash-box/i/sb-loading.gif) no-repeat center;
}

#lbImage {
	overflow-x:auto;
	background-repeat: no-repeat;
	/*border: 8px solid #fff;*/
	overflow-y:hidden;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/splash-box/i/sb-btn-prev.png) no-repeat 0% 30%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/splash-box/i/sb-btn-next.png) no-repeat 100% 30%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	background:#134766;
	margin:24px 0 0;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 42px;
	height: 44px;
	background: url(/i/Assets/i/btn-spbox-close.png	) no-repeat 0 0;
	margin: 8px 20px 0 0;
}

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

#lbCaption {
	font-size:17px;	padding:15px 10px 0;	color:#fff;
}