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

          2. Slider

*****************************************/
.bx-wrapper {
	width: 100% !important;
	overflow: hidden;
	position: relative !important;
}
.bx-window {
	width: 1080px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height: 440px;
}
#slider {
	height: 550px;
	margin: 0 auto;
}
#slider div {
	width: 1080px;
}
#slider h3 {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.2;
	font-size: 36px;
}
/* slide1 */
#slide {
	height: 400px;
	background: #fff url(http://webdesignrecipes.com/development/wp-content/uploads/2012/05/01_mini.jpg) no-repeat 0 0;
	color: #fff;
}
.right, .left {
	width: 380px !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: 1080px;
	margin: 0 auto;
	position: relative;
}
.bx-prev, .bx-next {
	text-align: center;
	vertical-align: baseline;
	padding-bottom: 0px;
	display: block;
	position: absolute;
	top: -320px;
	text-decoration: none;
}
.bx-prev {
	left: -25px;
	text-decoration: none;
	color: #666;
}
.bx-next {
	right: -25px;
	text-decoration: none;
	color: #666;
}
.bx-prev:hover, .bx-next:hover {
	text-decoration: none;
	color: #white;
	filter: alpha(opacity=500);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
*:first-child+html .bx-prev, *:first-child+html .bx-next {
	top: -250px;
}
/* frame */
body, #container, .wrapper {
	position: relative;
}

#slider-frame-left {
	height: 360px;
	position: absolute;
	width: 1080px;
	top: -385px;
	right: 960px;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}
#slider-frame-right {
	height: 360px;
	position: absolute;
	width: 1080px;
	top: -385px;
	left: 960px;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}
#frame-top, #frame-bottom {
	position: absolute;
	width: 1080px;
	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;
}
