/* 
    Document   : youtube.css
    Created on : Feb 27, 2013, 9:42:32 PM
    Author     : Wes.Bryant
    Description:
        For styling youtube player
*/

.youtube-thumbs-wrapper {
  width:100%;
  height:120px;
  overflow-x:auto;
}
.youtube-thumbs {
  width:9999px;
}
.youtube-thumbs a img {
  height:80px;
  border:5px solid #fff;
}
.youtube-thumbs a.active img {
  border-color:#006699;
}