/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #999;
	cursor: pointer;
	z-index:10000;
}

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index:20000;
	
}

#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index:20000;
}


.lbLoading {
	background: #fff url(http://www.wako-art.jp/_template/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	border-top:30px solid #fff;
	border-left:20px solid #fff;
	border-right:20px solid #fff;
    border-bottom:30px solid #fff;
    padding:1px;
	background:#ccc center center no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 50%;
	margin:0px 15px 5px 15px;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink {
	background: transparent url(http://www.wako-art.jp/_template/images/slimbox/prevlabel2.gif) no-repeat left bottom;
}

#lbNextLink {
	right: 0;
}

#lbNextLink {
	background: transparent url(http://www.wako-art.jp/_template/images/slimbox/nextlabel2.gif) no-repeat right bottom;
}

#lbBottom {
	border-left:20px solid #fff;
	border-right:10px solid #fff;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
}

#lbCloseLink {
	display: block;
	text-align:right;
	float: right;
	width: 47px;
	height: 20px;
	_height:20px;
background: transparent url(http://www.wako-art.jp/_template/images/slimbox/closelabel2.gif) no-repeat bottom right;
	margin: 5px 0px 0px 0px;
}

#lbCaption, #lbNumber {
       margin-top:5px;
       _margin-top:5px;
	margin-right: 0px;
}

#lbCaption {
display:none;
}

#lbNumber {
    padding-top:3px;
    float:left;
	color:#666;
	width:50px;
}

