/*
Author: 合同会社 ペンタラボ
Author URI: http://pentalab.co.jp
Version: 1.0.1
*/

/* ------------------------------------------------------------ */
/* gallery layout
/* ------------------------------------------------------------ */


#img_gallery{
	background: #FFFFFF;
	height: 670px;
	padding: 0 16px;

}
#imgs{
	height: 540px;
	position: relative;

}
#imgs li{
	position: absolute;
	left: 0;
	top:16px;
}
#contorol {
	padding: 10px 0 8px 0;
}
#contorol #prev{
	float: left;
}
#contorol #next{
	float: right;
}
#thums_area{
	width: 700px;
	height: 55px;
	overflow: hidden;
	background: #c2c2c2;
	border-top: 2px solid #c2c2c2;
	border-bottom: 2px solid #c2c2c2;
	position: relative;
}

#thums li{
	float: left;
	width:93px;

}
#thums li a img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#thums li a:hover img,
#thums li.on a img{
	opacity: 1;
	filter: alpha(opacity=100);
}
