/*
 * フォトギャラリー調整用スタイル
 * @package     ncbb
 * @author      Imanaga
 * @copyright   2015. NetComBB Co.,Ltd.
 */
@charset "utf-8";
#scroll{
	margin: 0px !important;
}
#photo_main{
	height: 650px;
}

.post{
	overflow: hidden;
	padding-bottom: 8px;
}
.thumbnail img{
	-webkit-transform: translate3d(0px,0px,0px);
	-moz-transform: translate3d(0px,0px,0px);
	transform: translate3d(0px,0px,0px);
}
.thumbnail{
	position: relative;
	float: left;
	width: 100%;
	height: 80px;
	margin-top: 16px;
	background-color: rgba(0, 0, 0, 0.125);
}
.thumbnail a{
	float: left;
	width: 103px;
	display: inline-block;
	padding: 3px 0;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	text-align: center;
}
.thumbnail img{
	max-width: 97px;
	max-height: 65px;
	margin: auto;
}
.thumbs{
	position: absolute;
	left: 7.5%;
	width: 85%;
	overflow: hidden;
}
.thumbs ul{/*
	height: 80px;*/
	list-style: none !important;
}
.thumbs li{
	list-style: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.prev{
	cursor: pointer;
	position: absolute;
	left: 0px;
	width: 20px;
	height: 80px;
	margin-left: 0px;
	margin-right: 2%;
	background-position: center;
	background-image: url(../uploads/images/express/vehicle/slideshow01_prev.png);
	text-indent: -9999px;
	outline: none;
	padding: 0px !important;
}
.next{
	cursor: pointer;
	position: absolute;
	right: 0px;
	width: 20px;
	height: 80px;
	margin-right: 0px;
	margin-left: 2%;
	background-position: center;
	background-image: url(../uploads/images/express/vehicle/slideshow01_next.png);
	text-indent: -9999px;
	outline: none;
	padding: 0px !important;
}
.current{
	border: solid 1px red !important;
}
