@charset "UTF-8";
/*\*/

/*------------------------------
SPECIAL / 3way split
UPDATED : 2013.03.29
GUIDELINE : Ver.01
m-up, Inc.
------------------------------*/


/* LIGHTBOX */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 0;
	z-index: 100;
	text-align: center;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	margin: 0 auto;
	position: relative;
	width: 250px;
	height: 250px;
	background-color: #fff;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	width: 100%;
	height: 25%;
	line-height: 0;
	text-align: center;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
	display: block;
	width: 49%;
	height: 100%;
	zoom: 1;
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
}

#lightbox-container-image-data-box {
	margin: 0 auto;
	padding: 0 10px 0;
	width: 100%;
	line-height: 1.4em;
	background-color: #fff;
	overflow: auto;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	float: left;
	width: 70%;
	text-align: left;
}	

#lightbox-image-details-caption {
	font-weight: normal;
}

em {
	margin-bottom: 3px;
	padding-bottom: 3px;
	display: block;
	font-size: 14px;
}


#lightbox-image-details-currentNumber {
	margin-top: 3px;
	padding-top: 3px;
	border-top: dotted 1px #ccc;
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}	
		
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}