﻿/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
}

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

#lbImage {
	position: absolute;
	background-repeat: no-repeat;
	width: 800px;
	height: 400px;
	margin-left: 50px;
	margin-right: 50px;
}

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

#lbPrevLink {
    left: -40px;
	top: -150px;
    background: transparent url(prevlabel.png) no-repeat left bottom;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel_2.png) no-repeat left bottom;
}

#lbNextLink {
    right: -40px;
	top: -150px;
    background: transparent url(nextlabel.png) no-repeat right bottom;
}
#lbNextLink:hover{
    background: transparent url(nextlabel_2.png) no-repeat right bottom;
}

#lbBottom {
	font-family: 新細明體;
	font-size: 12px;
	color: #666;
	line-height: 24px;
	text-align: left;
	margin-left:50px;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	font-family: 新細明體;
	text-align:center;
	font-size: 12px;
	color: #666;
	position:relative;
	width: 30px;
	height: 18px;
	right:50px;
}
#lbCloseLink:hover{
	background: #00b8ff;
	color:#000;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
}
