#GalleryContent {
  margin:15px 0px 0px -12px;
  /*background:#ffff00;*/
  width:auto; 
  height:auto; 
  overflow:auto;
}


.GalleryCell {
  display:block;
  width:102px;
  height:130px;
  text-align: center;
  font-size: 11px;
  color: #777777;
  border: solid 2px #ffffff;
  padding:1px;
  margin:0px 0px 5px 11px;
  background:#ffffff;
  float:left;
}

.thumbWrapper {
}

.GalleryThumb {
  display:block;
  width:100px;
  height:76px;
  border:none;
  margin:0px 0px 0px 0px;
  border: solid 1px #999999;
  padding:0px;
}

.duration {
  display:block;
  width:70px;
  height:16px;
	background:#000000;
	color:White;
	margin:-17px 0px 0px 30px;

}

.videoName {
  display:block;
  font-size:10px;
  font-weight:bold;
  color:#4169E1;
  padding-top:5px;
}

.videoDate {
  font-size:9px;
  display:block;
  margin-top:-8px;
}

.galleryCellSelected {
  border: 2px solid #5088AD;
}

