/*#program {
    		background-color: #1F2E4D;
    		display: none;
    	}*/
 @media (min-width:1024px){
	 .tabs_menu  li{
	 margin-right:2.45%;
	 }
	 }
	 .my-volume{
		 position:relative;
		 background:url(volume.png) no-repeat;
		 width:400px;
		 height:45px;
	 }
	 .indicate-volume{
		 width:499px;
		 position:relative;
	 }
	 .volume-wdth{
		 background:url(volume-ind.png) repeat;
			height:20px;
			width:100%;
	 }
	 .indicate-volume-number{
		 color:#fff;
		 font-size:24px;
		 font-weight:bold;
	 }
	 body{
	     margin: 0px;
	 overflow:hidden;
	 font-family: 'KelsonSans';    letter-spacing: 0.8px;
	 }
	 .info::-webkit-scrollbar {
    width: 14px;
}

.info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 8px;
	background:#131d30;
}

.info::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background:#324b7d;
	height:77px;
}
	 
	 
	 html , body , #program{
	 
    		/*display: none;*/
	 height:100%;
	 }
	 .box-tvprog .box-tvprog-time {
    font-size: 16px;
    width: 60px;
	    font-family: 'KelsonSans700'!important;
    height: 60px;
    border-radius: 5px;
    background-color: #999999;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    color: #fff;
    float: left;
    margin-right: 10px;
}
.left-side, .right-side{
	float:left;
	height:100%;
	width:50%;
}
.right-side{
	background-color: #1F2E4D;
}
.box-tvprog .box-tvprog-name {
    height: 90px;
    margin-left: 70px;
	    padding-right: 20px;
}
.box-tvprog b {
    position: relative;
    top: -2px;
    display: block;
	font-family: 'KelsonSans700'!important;
	    margin-bottom: 4px;
}
.box-tvprog p {
    font: 400 16px / 20px "KelsonSans";
    color: #ffffff;
	margin: 0px;
}
.daycycle {
    font: 400 18px / 20px "KelsonSans" !important;
    color: #ffffff !important;
	margin: 0px;
}
.now-prog .box-tvprog-time {
    background-color: #ff6600;
}
	.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	*background: red;
}

.jspHorizontalBar
{
display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	*background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	    background: #131d30;
    position: relative;
    padding-top: 2px;
    border-radius: 6px;
}

.jspDrag
{
	background: #324b7d;
    position: relative;
  top: 0px;
    left: 0;
    height: 75px!important;
    margin: 0 auto;
    width: 10px;
    cursor: pointer;
    border-radius: 6px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}


#center-tab{
    padding-top: 80px;
}
	.tabs_menu {
	width: 86%;
    margin: 0px auto;
    padding: 0px;
	border-bottom: 2px solid #ff6600;
	height: 38px;
	letter-spacing: 1.5px;
	}
		.tabs_menu  li {

			    float: left;
    list-style: none;
    width: 23%;
    cursor: pointer;
    background: #324b7d;
    margin: 0px;
	    margin-right: 2.3%;
    padding: 0px;
    line-height: 37px;
    border: 1px solid #3c5c96;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	text-align: center;
    font-family: 'KelsonSans700'!important;
		}
		.tabs_menu  li:last-child{
		margin-right:0px;
		}
		.tabs_menu  li.active {
			color:#fff;
			background:#ff6600;
			border: none;
			line-height: 38px;
		}
		
	.tabs {
	}
		.tabs .info{
			    width: 86%!important;
				display:none;
				color:#fff;
			    text-align: left;
			    margin: 0 auto;
			    margin-top: 23px;
				height:520px;
				overflow-y:scroll;
		}
		
		.tabs .info.active{
			display:block;
		}
		
			.tabs .info img{
				width:100%;
			}