/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 4104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: visible;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 4101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 840px;
	height: 620px;
	padding: 0;
/*	background:url('bg_about.png') 0 0;*/
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 1px;
	outline: none;
	position: relative;
	overflow: visible;
	z-index: 4102;
/*	background:#FFF;*/
/*	border: 0px solid #fff;*/
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 4101;
}

#fancybox-close {
	position: absolute;
	top:17px;
	right:17px;
	width: 59px;
	height: 16px;
	background: url(../images/parts/btn_close02.gif) no-repeat 0 0;
	cursor: pointer;
	z-index: 4103;
	display: none;
}
a#fancybox-close:hover {
	background: url(../images/parts/btn_close02.gif) no-repeat 0 0;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 4102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 4102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 794px;
	height: 589px;
	z-index: 4001;
}

#fancybox-bg-n {
	top: -10px;
	left: 0;
	width: 100%;
	background:url('fancy_bg.png') repeat;
}

#fancybox-bg-ne {
	top: -10px;
	right: -10px;
	background:url('fancy_bg.png') repeat;
}

#fancybox-bg-e {
	top: 0;
	right: -10px;
	height: 100%;
	background:url('fancy_bg.png') repeat;
}

#fancybox-bg-se {
	bottom: -10px;
	right: -10px;
	background:url('fancy_bg.png') repeat;
}

#fancybox-bg-s {
	bottom: -10px;
	left: 0;
	width: 100%;
	background:url('fancy_bg.png') repeat;
}

#fancybox-bg-sw {
	bottom: -10px;
	left: -10px;
	background:url('fancy_bg.png') repeat;
}

#fancybox-bg-w {
	top: 0;
	left: -10px;
	height: 100%;
	background:url('fancy_bg.png') repeat;
}

#fancybox-bg-nw {
	top: -10px;
	left: -10px;
	background:url('fancy_bg.png') repeat;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 4102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}


/* --------------------
	galleryPage
--------------------*/

div#galleryPage {
	overflow: auto;
	width:782px;
	height:590px;
	padding:29px 29px 19px;
	position:relative;
	background: #FFF;
	border:1px solid #CCC;
}
div#galleryPage h2 {
	height:50px;
	margin:0 100px;
	font-size:113%;
	line-height:1.2;
	font-weight: bold;
	text-align:center;
}
div#galleryPage ul.imgBox {
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	padding:14px 0;
	margin:7px 0 15px;
}
div#galleryPage ul.imgBox li {
	width:782px;
	height:420px;
	font-size:0;
	text-align:center;
	vertical-align:middle;
	display:none;
}
div#galleryPage ul.imgBox li.current {
	display: table-cell;
	/display:block;
}
div#galleryPage div.carouselBox {
	position:relative;
	padding:0 20px;
	text-align:center;
}
div#galleryPage div.carouselBox ul {
	display:inline-block;
	height:50px;
	overflow:hidden;
	margin:0 auto;
	/*width:100%;*/
	position: relative;
}
div#galleryPage div.carouselBox li {
	width:48px;
	/*float:left;
	margin:0 0 0 3px;*/
	font-size:0;
	border:1px solid #CCC;
	cursor:pointer;
	position:absolute;
	left:3px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
div#galleryPage div.carouselBox li.current,
div#galleryPage div.carouselBox li:hover {
	border:1px solid #FE0000;
}
div#galleryPage div.carouselBox p.prevBtn,
div#galleryPage div.carouselBox p.nextBtn {
	width:14px;
	font-size:0;
	cursor:pointer;
	position:absolute;
	top:17px;
	display:none;
}
div#galleryPage div.carouselBox p.prevBtn { left:0; }
div#galleryPage div.carouselBox p.nextBtn { right:0; }
div#galleryPage div.carouselBox p.prevBtn img:hover,
div#galleryPage div.carouselBox p.nextBtn img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* --------------------
	moviePage
--------------------*/

div#moviePage {
	overflow: auto;
	width:810px;
	height:590px;
	padding:15px;
	position:relative;
	background: #FFF;
	border:1px solid #CCC;
}
div#moviePage h3 {
	font-size:113%;
	line-height:1.2;
	font-weight:bold;
	color:#111;
	padding:0 0 20px;
}
div#moviePage a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
div#moviePage ul {
	padding:0 15px;
}
div#moviePage li {
	width:175px;
	height:225px;
	float:left;
	padding:0 10px 38px;
	position:relative;
}
div#moviePage li p.img {
	font-size:0;
	text-align:center;
}
div#moviePage li p.copy {
	font-size:75%;
	line-height:1.2;
	font-weight:bold;
	color:#FE0000;
	padding:5px 0 0;
}
div#moviePage li p.link {
	padding:3px 0 0;
}
div.inline li p.link a {
	font-size:75%;
	line-height:1.2;
}
div#moviePage li p.txt {
	padding:3px 0 0;
	font-size:75%;
	line-height:1.2;
}
div#moviePage li p.btn {
	width:175px;
	height:29px;
	font-size:0;
	text-align:center;
	position: absolute;
	left:0;
	bottom:38px;
}
div#moviePage p.toListBtn {
	position: absolute;
	left:15px;
	bottom:15px;
}
div#moviePage p.toListBtn a {
	font-size:88%;
	line-height:1.2;
	padding:0 0 0 8px;
	background: url(../images/parts/icn_arrow_right.png) no-repeat 0 0.4em;
}


div.lightbox {
	display:none;
}




