/****************************************************************************/
#trailer-slider{
	position: relative;
	height:180px;
	box-sizing:border-box;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
	display: block;
	padding:15px;
}
#trailer-slider ul{
	display: -webkit-box;
	height:100%;
}
#trailer-slider li{
	display: block;
	width:97%;
	height:100%;
	box-sizing:border-box;
	padding-right:10px;
}
#trailer-slider li:last-child{
	padding-right:15px;
}
#trailer-slider .container{
	position: relative;
	height:100%;
	width:100%;
	border:1px solid #666;
	padding: 0;
	box-sizing:border-box;
}
#trailer-slider .player{
	width:100%;
	height:100%;
}
#trailer-slider .thumb{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	pointer-events: none;
	opacity: 1;
	background:no-repeat center center ;
	background-size:cover;
}
#trailer-slider .mark{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    background: url(./imgCustom/mark_play.png) no-repeat center center;
    background-size: 15vw;
    background-color: rgba(0,0,0,0.1);
}
#trailer-slider .thumb.active .mark{
	opacity: 0.5;
}
#trailer-slider .name{
	width:100%;
	font-size:13px;
	height:50px;
	position: absolute;
	top:0;
	left:0;
	color:#fff;
	padding:6px 10px;
	background:url(./img/shadow.png) repeat-x top;;
	background-size:100% 100%;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
	letter-spacing: 0.05em;
	box-sizing:border-box;
}
/****************************************************************************/
/*custom*/
/****************************************************************************/
#trailer-slider .container{
	border-color:#999;
}
/*
#trailer-slider .mark{
	top:auto;
	bottom:10px;
	left:10px;
	width:50px;
	height:50px;
	margin:0;
	background:url(./imgCustom/mark_play.png) no-repeat center center;
	background-size:contain;
	opacity:0.9;
}
#trailer-slider .name{
	color:#de2133;
	font-size:16px;
}*/
