/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:580px;
	float:left;
	padding: 10px;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8 .buttons{
	text-align:left;
	clear:both;
}
.sample8 .mask1{
	border: 1px solid #4A93FE;
}

/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:598px;
	height:400px;
	overflow:hidden;
	clear: both;
	border: 1px solid #4A93FE;
}
.block {
	background-color: #D8E7FE;
	height: 400px;
}
.buttons {
cursor:pointer;
}
#handles8 li span {
	color:#333333;
	padding: 2px;
	display: block;
	border-top: 1px solid #4A93FE;
	border-right: 1px solid #4A93FE;
	border-left: 1px solid #4A93FE;
	cursor:pointer;
}
/*通常時のボタン色*/
.buttons span.active,.buttons span:hover,#handles8 li span.active,#handles8 li span:hover {background:#0080FF;color:#fff}/*ロールオーバーと選択中のボタン色*/
#handles8 {
	display: inline;
}
#handles8 li {
	float: left;
	width: 50px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	display: block;
}
.mask2 {
	position:relative;
	width:598px;
	height:350px;
	overflow:hidden;
	clear: both;
	border: 1px solid #4A93FE;
}
.block2 {
	background-color: #D8E7FE;
	height: 350px;
}
.sample8 .mask2 {
	border: 1px solid #4A93FE;
}
