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

          2. Slider

*****************************************/
.bx-wrapper {
	width: 100% !important;
	overflow: hidden;
	position: relative !important;
}
.bx-window {
	width: 1000px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height: 490px;
}
#slider div {
	width: 990px;
	padding:0 5px;
}
#slider h3 {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.2;
	font-size: 36px;
}
/* slide1 */
#slide {
	height: 490px;
	color: #fff;
}
.right, .left {
	width:490px !important;
	float: right;
	padding: 70px 50px;
}
.left {
	float: left;
	padding-left: 130px;
}
/* Navi */
.bx-pager {
	width: 120px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}
.bx-pager span{display: none;}

.bx-pager a {
	display: block;
	width: 13px;
	height: 13px;
	float: left;
	background:url(../_images/index/pager.png);
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0 5px;
}
.bx-pager a:hover,  .bx-pager a.pager-active {
	background-position: 0 100%;
		background:url(../_images/index/pager2.png);
}
/* prev next */
.prev-next {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
.bx-prev,  .bx-next {
 text-align: center;
	vertical-align: baseline;
	padding-bottom: 0px;
	display: block;
	position: absolute;
	top:-280px;
	text-decoration: none;
}
.bx-prev {
	left: -40px;
	text-decoration: none;
	color:#666;
	filter: alpha(opacity=50);
	-moz-opacity:1;
	opacity:1;
}
.bx-next {
	right: -40px;
	text-decoration: none;
	color:#666;
	filter: alpha(opacity=50);
	-moz-opacity:1;
	opacity:1;
}
.bx-prev:hover,  .bx-next:hover {
	text-decoration: none;
	color:#white;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
*:first-child+html .bx-prev,  *:first-child+html .bx-next {
	top:-250px;
}
/* frame */
body, #container, .wrapper {
	position: relative;
}

#slider-frame-left {
	height: 490px;
	position: absolute;
	width: 990px;
	top:-385px;
	right:980px;
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
#slider-frame-right {
	height: 490px;
	position: absolute;
	width: 990px;
	top:-385px;
	left:990px;
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
#frame-top, #frame-bottom {
	position: absolute;
	width: 960px;
	height: 50px;
	left:0;
}
#frame-top {
	top:-385px;
}
#frame-bottom {
	top:-105px;
}
#frame-left, #frame-right {
	width: 50px;
	height: 230px;
	position: absolute;
	top:-335px;
}
#frame-left {
	left:0;
}
#frame-right {
	right: 0;
}
.bubbleInfo {
	position:relative;
}
.popup {
	position:absolute;
	display:none;
}
