#video_wrap #video ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
#video_wrap {
	width: 100%;
	margin: 0 auto;
	background: #000;
	text-align: center;
	overflow: hidden;
}
#video {
	width: 100%;
	margin: 0 auto;
    position: relative;
}
#video .title {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 8px;
}
#video .video_holder_wrap {
    overflow: hidden;
}
#video #slider_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
#video #slider_holder li {
    position: relative;
    min-width: 100%;
    box-sizing: border-box;
}
#video #slider_holder li img {
    display: block;
    width: 100%;
    height: auto;
}
#video #slider_holder li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
	transition: .5s all;
}
#video #slider_holder li a:hover {
    background: rgba(0,0,0,0);
}
#video #slider_holder li .bt_play {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px!important;
		z-index: 11;
}
#video #slider_holder li .bt_play:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.9);
    border-radius: 30px;
}
#video #slider_holder li .bt_play:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 22px;
    border-color: transparent transparent transparent #dc0e60;
}
#video #slider_nav {
	font-size: 16px;
	color: #000;
	display: none;
}
#video #btnNext {
    position: absolute;
	margin: -40px 0 0;
	top: 50%;
	width: 80px;
	max-width: 80px;
	right: 0;
	height: 45px;
	background-color: #e6e6e6;
	z-index: 12;
	cursor: pointer;
	border-radius: 5px 0 0 5px;
}
#video #btnNext .txt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 12px;
    border-color: transparent transparent transparent #000000;
    display: inline-block;
    margin-left: 8px;
}
#video #btnPrev {
	position: absolute;
	margin: -40px 0 0;
	top: 50%;
	left: 0;
	width: 80px;
	max-width: 80px;
	background-color: #e6e6e6;
	height: 45px;
	z-index: 12;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}
#video #btnPrev .txt:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 12px 5px 0;
    border-color: transparent #000000 transparent transparent;
    display: inline-block;
    margin-right: 8px;
}
#video #btnNext .txt {
	margin: 10px 0 0 0;
}
#video #btnPrev .txt {
	margin: 10px 0 0 0;
}
#video_wrap #video_bnr {
	display: table;
	width: 100%;
}
#video_wrap #video_bnr a {
	display: table-cell;
    width: 17%;
    padding: 5px;
    vertical-align: middle;
}
#video_wrap #video_bnr img {
	width: 100%;
}
#video_wrap #video_bnr .video_txt {
	display: table-cell;
    width: 83%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    padding: 2.5%!important;
}
#netmotereto iframe[title*="Google"] {
	position: absolute;
	width: 1px;
	height: 1px;
}
@media screen and (min-width:640px) {
    #video .title {
        font-size: 20px;
        padding: 15px;
    }
    #video_wrap #video_bnr a {
        width: 60px;
        padding: 10px;
    }
    #video_wrap #video_bnr .video_txt {
        width: auto;
        font-weight: normal;
        font-size: 20px;
        padding: 10px 15px;
    }
}
#txcms_programContent .txcms_unit08Text {
	overflow-x: auto;
    margin: 10px auto 0;
}