#tvManset 						{ display: table; width: 100%; margin: 20px 0 5px 0; font-family: 'MuseoSans300'; }
#tvManset .tvmanset-image 		{ position: relative; float: left; width: 622px; height: 404px; }
#tvManset .tvmanset-img 		{ display: none; width: 622px; height: 404px; }
#tvManset .tvmanset-img.active 	{ display: block; }

#tvManset .tvmanset-desc 	{ position: relative; width: 304px; height: 334px; padding: 35px; background-color: #00A850; }

#tvManset .tvmanset-content 		{ display: none; }
#tvManset .tvmanset-content.active 	{ display: block; }

#tvManset .tvmanset-content .ctitle { font-family: 'Oswald', sans-serif; font-size: 32px; color: #ffffff; font-weight: normal; }
#tvManset .tvmanset-content .cdesc	{ font-family: 'Oswald', sans-serif; font-size: 19px; line-height: 22px; color: #ffffff; margin-top: 10px; }

#tvManset:hover .tvmanset-nav	{ display: block; }
#tvManset .tvmanset-nav 		{ display: none; position: absolute; top: 180px; z-index: 100; cursor: pointer; }
#tvManset .tvmanset-nav.prev 	{ left: 10px; }
#tvManset .tvmanset-nav.next 	{ right: 10px; }

.tvMansetBullet 			{ display: table; position: absolute; left: 165px; bottom: 10px; list-style: none; padding: 0; margin: 0; }
.tvMansetBullet li 			{ float: left; margin-left: 5px; background: url('/_img/tvdebugun/slider_point1.png') no-repeat center center; width: 17px; height: 17px; cursor: pointer; }
.tvMansetBullet li.active 	{ background: url('/_img/tvdebugun/slider_point.png') no-repeat center center; }
.tvMansetBullet li:hover	{ background: url('/_img/tvdebugun/slider_point.png') no-repeat center center; }

#channelList 			{ display: table; width: 100%; font-family: 'Roboto Condensed'; list-style: none; padding: 0; margin: 0; }
#channelList li 		{ position: relative; display: table; width: 100%; height: 75px; margin-top: 5px; background-color: #ffffff; }
/*#channelList li.even	{ margin-left: 2%; }*/

#channelList .ch-type { position: absolute; top: 10px; right: 0px; width: 80px; padding: 5px; background-color: #00A850; color: #ffffff; font-size: 18px; text-align: center; }
#channelList .ch-time { float: left; width: 25%; line-height: 75px; font-size: 24px; color: #414141; text-align: center; font-family: 'Oswald', sans-serif; }
#channelList .ch-desc { float: left; width: 75%; margin-top: 10px; }
#channelList .ch-desc .ch-name { display: block; font-size: 20px; color: #00A850; }
#channelList .ch-desc .ch-text { display: block; font-size: 16px; color: #414141; margin-top: 10px; }

#channelList li:hover 			{ -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75); box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75); }
#channelList li:hover .ch-time  { font-size: 34px; color: #00A850; }

#tvdays				{ display: table; width: 958px; margin: 0 auto; padding: 0px 19px; list-style: none; height: 60px; line-height: 22px; background-color: #fff; font-family: 'Roboto Condensed'; font-size: 18px; color: #414141; }
#tvdays a 			{ display: block; width: 100%; height: 100%; color: #414141; }
#tvdays li 			{ display: table-cell; padding-top: 5px; text-align: center; }

#tvdays li.active 	{ border-bottom: 5px solid #00A850; color: #00A850; }
#tvdays li.active a { color: #00A850; text-decoration: none; }
#tvdays li:hover 	{ border-bottom: 5px solid #00A850; color: #00A850; }
#tvdays li:hover a 	{ color: #00A850; text-decoration: none; }