﻿.featureVideoSet ul { margin: 0 -5px; }
.featureVideoSet ul li { float: left; padding:0; margin: 0; overflow: hidden; width: 33.3%; }
.featureVideoSet ul li iframe { margin: 0; padding: 0; border: 0; }
.featureVideoSet .tile { margin: 5px; padding: 5px; border: 1px solid #CCC; }
.featureVideoSet .title { margin: 5px; text-align: center; font-size: 11px; line-height: normal; height: 25px; overflow: hidden; }
.featureVideoSet ul li:first-child { width: 100%; display: block; }
.featureVideoSet ul li:first-child .tile { border: none; margin: 0; }
.featureVideoSet ul li:first-child .title { text-align: left; float: none; font-size: 14px; font-weight: bold; height: 18px; }
.featureVideoSet .mainVideo .imgHolder { position: relative; width: 100%; height: auto; overflow: hidden; }
.featureVideoSet .mainVideo img { margin: -12.5% 0; }
.featureVideoSet .mainVideo .imgHolder:hover { cursor: pointer; }
.featureVideoSet .mainVideo .playIcon { position: absolute; top: 50%; left: 50%; width: 44px; height: 32px; margin: -16px 0 0 -22px; overflow: hidden; background: url('/images/youtubePlay.png') -10px -73px no-repeat; z-index: 1; }
.featureVideoSet ul li:first-child .mainVideo .playIcon { background-position: -9px -10px; width: 78px; height: 56px;  margin: -28px 0 0 -39px; }
.featureVideoSet .mainVideo:hover .playIcon { background-position: -99px -73px; }
.featureVideoSet ul li:first-child .mainVideo:hover .playIcon { background-position: -98px -10px; }