body #unesc-tv, body #unesc-oficial {
	width: 757px;
	margin: 0 auto;
}

body #unesc-tv .ytlist, body #unesc-oficial .ytlist {
	list-style: none;
	padding-left: 0;
}

body #unesc-tv .ytlist li, body #unesc-oficial .ytlist li {
	display: inline-block;
	width: 146px;
	height: 82px;
	margin-right: 5px;
	margin-bottom: 5px;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: .6s;
    transition-property: background-color;
    transition-duration: .6s;
}

body #unesc-tv .ytlist li a, body #unesc-oficial .ytlist li a {
	display: block;
	height: 82px;
	opacity: 0.5;
}

body #unesc-tv .ytlist li:hover, body #unesc-oficial .ytlist li:hover {
	background-color: #000;
	opacity: 0.8;
	/*background-image: url(play.png);*/
	background-image: url(http://www.unesc.net/portal/resources/assets/template/59/images/play.png);
	background-repeat: no-repeat;
	background-position: center;
}

body #unesc-tv .ytlist li a span img, body #unesc-oficial .ytlist li a span img {
	width: 100% !important;
	height: 100% !important;
}

body #unesc-tv .ytlist li:first-child, body #unesc-oficial .ytlist li:first-child {
	float: left;
	display: block;
	width: 298px;
	height: 169px;
	margin-right: 5px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: .8s;
    transition-property: background-color;
    transition-duration: .8s;
}

body #unesc-tv .ytlist li:first-child a:hover, body #unesc-oficial .ytlist li:first-child a:hover {
	background-color: #000;
	opacity: 0.6;
	/*background-image: url(play.png);*/
	background-image: url(http://www.unesc.net/portal/resources/assets/template/59/images/play.png);
	background-repeat: no-repeat;
	background-position: center;
}

body #unesc-tv .ytlist li:first-child a, body #unesc-oficial .ytlist li:first-child a {
	display: block;
	height: 167px;
	opacity: 1.0;
}

body #unesc-tv .ytlist li:first-child a span img, body #unesc-oficial .ytlist li:first-child a span img {
	width: 100% !important;
	height: 169px !important;
}