#videosPreview{
  padding-top: 10px;
  margin-bottom : 20px;
  clear: both; 
  
}

.previewsRow {
  height: 125px;
  padding-left: 60px; 
 width:605px;
}

.previewColumn {
  height: inherit;
  width: 147px;
  background-repeat: no-repeat;
  text-align: center;
  float: left;
  padding: 0 2px;
  margin: 1px 1px;
  border: 1px outset #ddd;
  -moz-border-radius:5px;
  background-color: #ddd;
  
}

.activePreview {
  background-color: #fff;
  border:1px inset #ccc;  
}

.smallPreview {
/*  height: 120px;*/
/*  width: 180px;*/
/*  padding: 95px 2px 0 2px;*/
  padding-top: 100px;
  font-size: 86%;
  
/*  float: left;*/
}

a.smallPreview {
/*  position: relative;*/
/*  top: 100px;*/
  font-size: 100%;
  color: #000000;
}