@charset "UTF-8";
body.page h2{
	line-height:0;
	padding:9px 0 7px;
}
body.page h2 img{
	width:83px;
}
#slide{
	overflow:hidden;
	position:relative;
	min-height:185px;
}
#slides {
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
#slides li{
	float:left;
	width:100%;
	height:100%;
}
#slides li img {
	width:auto;
	height:100%;
}
#slides li a{
	display:block;
	height:100%;
}
#slides li img{
	max-width:none;
	height:100%;
}
#sctr{
	display:-webkit-box;
	-webkit-box-pack:center;
	padding:7px 0;
}
#sctr li{
	list-style:none;
	cursor:pointer;
	width:15px;
	height:15px;
	background:url(../img/gallery/gnav.png) center center no-repeat;
	background-size:7px auto;
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	-ms-transition: background 0.2s ease-out;
	opacity:0.5;
}

#sctr li.cur,#sctr li:hover{
	opacity:1;
}