/* TOP CSS */
#wrapper {
	width:100%;
	min-width:962px;
	margin:0 auto;
}
#header {
	padding:40px 0 0 0;
}
#logo {
	position:static;
	margin:0 auto;
}
#gnav {
	display:none;
}
#gallery_top {
	height:160px;
}
/*  section2 ---------------------------*/
#section2 {
	width:100%;
	height:637px;
	margin:0 auto 30px auto;
	background:url(../images/common/bg_y.png);
	position:relative;
}
#slideLargeWrapper {
	width:100%;
	height:637px;
	margin:0 auto;
	background:url(../images/common/bg_y.png);
	z-index:10;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
#slideLargeInner {
	width:962px;
	height:637px;
	margin:0 auto;
	position:relative;
}
#slideLarge {
	width:962px;
	height:637px;
	margin:0 auto;
	position:relative;
}
#prevBtn {
	width: 40px;
	height: 40px;
	background: url(../images/top/btnPrev.png) no-repeat;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position:absolute;
	top:290px;
	left:0;
	cursor:pointer;
	z-index:100;
}
#nextBtn {
	width: 40px;
	height: 40px;
	background: url(../images/top/btnNext.png) no-repeat;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position:absolute;
	top:290px;
	right:0;
	cursor:pointer;
	z-index:100;
}
#prevBtn:hover,
#nextBtn:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
