#epi_sld {
	position:relative;
}
.epi_sld_wrap {
	width: 648px;
	height: 120px;
	border: 1px solid #dddddd;
	overflow: hidden;
	position:relative;
	box-shadow:0px -11px 9px -11px #ddd inset;
}
ul.episode_slider {
	height: 120px;
	overflow: hidden;
	position:absolute;
}
ul.episode_slider li {
	width:130px;
	font-size:12px;
	height:120px;
	float:left;
}
ul.episode_slider li a{
	width:110px;
	padding:15px 10px;
	height:90px;
	display:block;
	color:#333;
}
ul.episode_slider li a:hover{
	background-color:#d1d1d1;
	color:#2965c7!important;
}
ul.episode_slider li a:active{
	background-color:#d1d1d1;
	color:#2965c7!important;
	box-shadow: 0px 6px 9px 0px #bbb inset;
}
ul.episode_slider li.current {
	background:#e6e6e6;
}
ul.episode_slider li img {
	height:60px;
	width:110px;
}
ul.episode_slider h3{
	margin-top:5px;
	text-decoration:none;
        line-height:1.2;
	height:27px;
	overflow:hidden;
        word-break:break-all;
}
ul.episode_slider li.current a{
	color:#002566;
}
ul.episode_slider li.current a:hover{
	color:#2965c7;
}
ul.episode_slider li.current a:active{
	color:#2965c7;
}
a.prev_sld {
	position: absolute;
	background:url(../../images/pc/sld_prev.png);
	background-size:30px 120px;
	width:30px;
	height:120px;
	top:1px;
	text-indent:9999px;
	overflow:hidden;
	display:block;
	cursor:pointer;
}
a.next_sld {
	position: absolute;
	background:url(../../images/pc/sld_next.png);
	background-size:30px 120px;
	width:30px;
	height:120px;
	top:1px;
	right:0;
	text-indent:9999px;
	overflow:hidden;
	display:block;
	cursor:pointer;
}
#mov_ctrl{
	margin-bottom:0px!important;
}
.disabled {
	display:none;
}
.js-main-bnr p {
	margin:10px 0;
}