.s_video_det_comment .slider {
	width: 100%;
	min-height: 550px;
	display: block;
	position: relative;
	background: #fff;
	overflow: hidden
}

.s_video_det_comment .slider ul {
	list-style: none
}

.s_video_det_comment .slider-content {
	float: left;
	width: 100%;
	display: block;
	overflow: auto;
	min-height: 250px
}

.s_video_det_comment .slider-content ul {
	float: left;
	width: 100%;
	display: block;
	position: relative
}

.s_video_det_comment .slider-content ul li {
	float: left;
	width: 100%;
}

.s_video_det_comment .slider-content ul ul li a {
	padding: 9px 15px;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	text-transform: capitalize;
	font-size: 15px;
	color: #000000;
}

.s_video_det_comment .slider-content ul ul li a:hover {
	background: #f3faff;
	border-color: #d5ebf9
}

.s_video_det_comment .slider-content .title {
	float: left;
	text-transform: uppercase;
	display: block;
	width: 100%;
	border-top: 1px solid #c8c7cc;
	border-bottom: 1px solid #c8c7cc;
	background-color: #f7f7f7;
	font-size: 15px;
	color: #999;
	padding-left: 15px;
}


/*.s_video_det_comment .slider-content .selected .title {
	background: #666
}*/

.s_video_det_comment .slider .slider-nav {
	position: fixed;
	top: 121px !important;
	right: 0;
	width: 23px;
	min-height: 100%;
	text-align: center;
	background-color: lightgrey;
}

.s_video_det_comment .slider .slider-nav ul {
	padding: 5px 0
}

.s_video_det_comment .slider .slider-nav li a {
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #aaa;
}

.s_video_det_comment .slider #debug {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	background: #000;
	color: #fff
}

.s_video_det_comment .slider .arrow {
	font-size: 0;
	line-height: 0%;
	width: 0;
	border-bottom: 8px solid #fff;
	border-left: 5px solid #333;
	border-right: 5px solid #333;
	position: relative;
	top: 5px
}

.s_video_det_comment .slider .down {
	border-bottom: 0;
	border-top: 8px solid #fff;
	top: 15px
}

.s_video_det_comment .slider .slide-up,
.s_video_det_comment .slider .slide-down {
	height: 20px;
	background: #333;
	text-align: center;
	cursor: pointer;
	float: right;
	width: 100%;
	position: relative
}