/*tv guide tab*/
#guide-tab-1 .guide img {
	max-width: 70px;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}
#guide-tab-1 .slick-initialized .swipe-tab.active-tab {
	border-bottom: 4px solid #bb0000;
	font-weight: 600;
}
#guide-tab-1 .slick-initialized .swipe-tab {
	padding: 0 20px;
}
#tvguide{
	clear:both;
}

#tvguide td{
	border: none;
	border-bottom:1px solid #DBDBDB;
	padding:20px;
}

#tvguide .time{
	font-weight:bold;
	text-align:right;
}

#tvguide .tv-channel-information{
	width:100%;
	clear:both;
	float:left;
}
.tv-guide-wrapper a {
    margin: 1px;
    display: block;
    float: left;
}

.tv-guide-wrapper a img {
    max-width: 98px;
}

.tv-guide-wrapper {
    display: block;
    overflow: hidden;
}

