@charset "utf-8";
/* CSS Document */


#cont{width:460px;margin:0 auto;background:#fff;text-align:left;}
.sample{padding:10px 10px; border:1px solid #e1e1e1; width:430px;}

.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
}

span img{
	display:block;
	border:none;
}

#box{
	position:absolute;	
}
#box span{
	display:block;
	float:left;
}

#thumbs{
	position:relative;
	width:460px;
	clear:both;
	height:41px;
	overflow:hidden;
	margin-top:200px;
}
#thumbs .thumbs, #thumbs_handles, #thumbs_mask{
	position:absolute;
	top:0;
	width:100%;
	height:41px;
}
#thumbs .thumbs div, #thumbs_handles span{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs .thumbs div img{
	width:54px;
	float:right;
}
#thumbs_handles span{
	background:url(asset/images/slide/thumb_invisible.gif) no-repeat;
}
#thumbs_mask{
	width:1200px;
	background:url(asset/images/slide/thumbs_mask.gif) no-repeat center top;
}

.mask{
	position:absolute;
	margin-left:95px;
	width:240px;
	height:180px;
	overflow:hidden;
}
.sample .buttons{
	clear:both;
	text-align:center;
}

