.videos {list-style: none;margin: 0;padding: 0; display: table; clear: both;}
.videos ul {list-style-type: none;   }
.videos ul li {margin: 10px;padding: 0;float: left;position: relative;width: 200px;height: 170px;}
.videos img {background: #fff;border: solid 1px #ccc;padding: 4px;width: 170px;height: 120px;}
.videos span {width: 20px;height: 18px;display: block;position: absolute;bottom: 50px;right: 30px;}
.videos .video {background: url(../img/video.gif) no-repeat;}
.videos a {text-decoration: none;}
.videos a:hover img  {border-color: #666;}
.videos a:hover span {background-position: left -22px;}
.videos ul li h3{font-size: 11px;color: #888;}

#video-player{width: 431px;height: 385px;padding: 10px;background: #EEE;border:1px solid #BBB;margin: 0 0 0 120px;}
#video-player h2{width: 100%;clear: both;text-align: center;padding: 10px 0 0 0;background: transparent;}

#video-player2{width: 481px;height: 385px;padding: 10px;background: #EEE;border:1px solid #BBB;margin: 0 0 0 100px;}
#video-player2 h2{width: 100%;clear: both;text-align: center;padding: 10px 0 0 0;background: transparent;}
