/*
 * Komica Minolta Navigation
 * Image of the light box style
 *
 * http://www.konicaminolta.jp/
 *
*/

#lightboxvideoBase {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:8999;
}

#lightboxvideoBase2 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9000;
}

#lightboxvideoBaseClick {
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:100%;
}

.lightboxvideo {
	position:relative;
	width:626px;
	height:495px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background:url(./img/lightbox2.png) no-repeat 0 0;
	background:url(./img/lightbox1.png) no-repeat 0 0;
}

.lightboxvideo .inner {
	width:550px;
	height:350px;
	/*
	background-color:#535353;
	*/
	position:absolute;
	top:35px;
	left:38px;
	text-align:center;
}

.lightboxvideo .inner iframe {
	clear:both;
}

.lightboxvideo .videoClose {
	float:right;
	/*
	position:absolute;
	*/
	display:block;
	width:19px;
	height:19px;
	padding:0;
	margin-top:10px;
	margin-right:13px;
	/*
	left:594px;
	top:10px;
	*/
}
.msie6 .lightboxvideo .videoClose {
	margin-right:0;
	padding-right:13px;
}

.lightboxvideo .videoClose img {
	margin:0;
	border:0;
}

.lb-title {
	position:absolute;
	overflow:hidden;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#222;
	text-align:left;
	left:38px;
	top:390px;
}

.lb-alt {
	position:absolute;
	overflow:hidden;
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#222;
	text-align:left;
	left:38px;
	top:410px;
}

#lightbox p {
	width:277px;
	height:204px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}

#lightbox ul {
	width:280px;
	height:49px;
	list-style:none !important;
	padding:0 !important;
	margin:10px 0 0 !important;
}
.msie6 #lightbox ul {
	margin-right:-3px!important;
}

#lightbox ul li {
	padding:0 !important;
	margin:0 !important;
	background:none !important;
	float:left;
	width:68px;
	height:47px;
	border:none;
}

#lightbox ul li a {
	padding:0 !important;
	margin:0 !important;
	background:none !important;
	float:left;
	width:64px;
	height:47px;
	overflow:hidden;
}

#lightbox ul li.lightbox-active {
	border:3px solid #0265CD !important;
	width:64px;
	height:43px;
}

#lightbox ul li a img {
	margin:2px 0 0 2px !important;
}

#lightbox ul li.lightbox-active a img {
	margin:0 !important;
}



.lb-zoom {
	width:24px;
	height:24px;
	position:absolute;
	top:173px;
	left:246px;
	background:url("./img/pct_product_dummy06.jpg") no-repeat -246px -176px;
}

.lb-mask {
	height:100%;
	width:100%;
	display:none;
	z-index:100;
}

.lb-left ,
.lb-left a ,
.lb-right ,
.lb-right a {
	width:14px;
	height:21px;
	display:block;
	position:absolute;
	top:191px;
}

.lb-left {
	left:16px;
}

.lb-left a {
	background:url("./img/parts_arrows.png") 0 0;
	top:0;
	left:0;
}

.lb-left a:hover {
	background-position: 0 -22px;
}

.lb-right {
	right:16px;
}

.lb-right a {
	background:url("./img/parts_arrows.png") -14px 0;
	top:0;
	left:0;
}

.lb-right a:hover {
	background-position: -14px -22px;
}


