.tmz-gallery-thumb {
  position: relative;
  margin: 0;
  padding: 16px 15px 0 0;
  float: left;
  width: 248px;
  margin-right: 16px;
  height: 219px;
  cursor: pointer;
}

.tmz-gallery-thumb > .image {
  height: 245px;
  width: 245px;
  border-bottom: 5px solid #cf0000;
}
.tmz-gallery-thumb:hover > .image {
  border-bottom: 5px solid #0B5777;
}

.tmz-gallery-thumb > .header {
  width: 245px;
  height: 35px;
  padding: 8px 0px 10px 0;
}

.tmz-gallery-thumb > .header > .title {
  padding: 0;
  margin: 0;
  color: #242424;
  font-size: 15px;font-size: 1.5rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

.tmz-gallery-thumb > .header > .duration {
  font-family: Arial, sans-serif;
  font-size: 15px; font-size: 1.5rem;
  font-weight: lighter;
  color: #7d7d7d;
  padding: 0;
  margin: 0;
}


.tmz-gallery-thumb.tmz-search-gallery-thumb {
  background: transparent;
  height: 324px;
  width: 322px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.tmz-gallery-thumb.tmz-search-gallery-thumb > .image {
  height: 230px;
  width: 322px;
}

.tmz-gallery-thumb.tmz-search-gallery-thumb .play-button-overlay {
  background: transparent url('../images/play-buttons/play_button_video_landing.png') no-repeat 10px 150px;
  height: 265px;
  width: 322px;
}

.tmz-gallery-thumb.tmz-search-gallery-thumb:hover .play-button-overlay {
  background-image: url('../images/play-buttons/play_button_video_landing_hover.png');
}

.tmz-video-thumb {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 245px;
  height: 251px;
  cursor: pointer;
}

.tmz-video-thumb > a > .image {
  height: 88px;
  width: 164px;
  border-bottom: 3px solid #cf0000;
}
.tmz-video-thumb:hover > a > .image {
  border-bottom: 3px solid #0B5777;
}

/* remove once using TmzImageView */
.tmz-video-thumb > a > .image > img {
  border: 0;
  width: 245px;
  height: 133px;
}

.tmz-video-thumb > a > .header {
  width: 100%;
  height: 35px;
  padding: 8px 0px 10px 0;
}

.tmz-video-thumb > a > .header > .title {
  padding: 0;
  margin: 0;
  color: #242424;
  font-size: 13px;font-size: 1.3rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

.tmz-video-thumb > a > .header > .title > .duration {
  font-size: inherit;
  font-weight: lighter;
  color: #7d7d7d;
}


.tmz-video-thumb > a >.play-button-overlay {
  position: absolute;
  z-index: 1;
  background: transparent url('../images/play-button-sprite.png')  0 -556px no-repeat;
  height: 31px;
  width: 29px;
  left: 10px;
  top: 53px;
  cursor: pointer;
  z-index: 100;
}

.tmz-video-thumb:hover > a >.play-button-overlay {
  background: transparent url('../images/play-button-sprite.png')  0 -612px no-repeat;
}

.tmz-video-thumb.left-edge > a > .play-button-overlay, .tmz-video-thumb.right-edge > a > .play-button-overlay
{
  display:none;
}

.tmz-video-thumb.tmz-search-video-thumb {
  background: transparent;
  height: 324px;
  width: 322px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.tmz-video-thumb.tmz-search-video-thumb > a > .image {
  height: 230px;
  width: 322px;
}

/* remove once using TmzImageView */
.tmz-video-thumb.tmz-search-video-thumb > a > .image > img {
  height: 230px;
  width: 322px;
}

.tmz-video-thumb.tmz-search-video-thumb > a > .header > .title {
  width: 322px;
}

.tmz-video-thumb.tmz-search-video-thumb > a > .play-button-overlay {
  background: transparent url('../images/play-buttons/play_button_video_landing.png') no-repeat 10px 150px;
  height: 324px;
  width: 322px;
}

.tmz-video-thumb.tmz-search-video-thumb:hover > a > .play-button-overlay {
  background-image: url('../images/play-buttons/play_button_video_landing_hover.png');
}

.tmz-gallery-grid-thumb {
  cursor: pointer;
}

.tmz-gallery-grid-thumb > .image {
  width: 169px;
  height: 128px;
}

.tmz-gallery-grid-thumb > .image {
  border-bottom: 4px solid #CF0000;
}

.tmz-gallery-grid-thumb.selected > .image {
  border: 1px solid #CF0000;
  border-bottom: 4px solid #CF0000;
  padding: 0;
}

.tmz-gallery-grid-thumb:hover > .image {
  border-bottom: 4px solid #0B5777;
}

.tmz-gallery-grid-thumb.selected:hover > .image {
  border-bottom: 4px solid #CF0000 !important;
}

/* CRZ: because tmz-video-footer-thumb has an a tag it will not inherit styles from tmz-video-thumb. we can reconcile this when we make all carousels the same */
.tmz-video-footer-thumb, .tmz-video-playlist-thumb {
  padding: 0;
  margin: 0;
  background-color:black; 
  position:relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.tmz-video-thumb > a, .tmz-video-footer-thumb > a, .tmz-video-playlist-thumb > a {
  text-decoration: none;
}

.tmz-video-footer-thumb .header {
  width: 192px;
  height: 31px;
  padding: 9px 8px 7px 9px;
  font-size: 15px;font-size: 1.5rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

.tmz-video-footer-thumb a .header .title, .tmz-video-footer-thumb.tmz-video-thumb a .header > .title > .duration,
.tmz-video-playlist-thumb a .header .title, .tmz-video-footer-thumb.tmz-video-playlist-thumb a .header > .title > .duration {
  font-family: Arial, sans-serif;
  color: white;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-size: 14px;font-size: 1.4rem;
  line-height: 1.1em;
}

.tmz-video-playlist-thumb > a > .header > .title {
  color: black;
}

html.lightbox .tmz-video-playlist-thumb .header .title {
  color: white;
}


.tmz-video-footer-thumb .header .title .duration, .tmz-video-playlist-thumb .header .title .duration {
  color: white;
  font-weight: lighter;
  color: #7d7d7d;
}

.tmz-video-footer-thumb .play-button, .tmz-video-playlist-thumb .play-button {
  position: absolute;
  background: transparent url('../images/play-button-sprite.png')  0 -556px no-repeat;
  height: 31px;
  width: 29px;
  left: 15px;
  top: 127px;
  cursor: pointer;
  z-index: 100;
}

.tmz-video-footer-thumb a:hover .play-button, .tmz-video-playlist-thumb a:hover .play-button {
  background: transparent url('../images/play-button-sprite.png')  0 -612px no-repeat;
}

.tmz-video-footer-thumb .image, .tmz-video-playlist-thumb .image {
  border-bottom: 5px solid #cf0000;
  height: 120px;
  width: 210px;
}

.tmz-video-footer-thumb > a:hover > .image {
  border-bottom: 5px solid #0B5777;
}

.tmz-video-playlist-thumb > a:hover > .image {
  border-bottom: 4px solid #0B5777;
}

/****/
.tmz-video-playlist-thumb {
  background-color: transparent;
}

.tmz-video-playlist-thumb > a {
  display: block;
  padding: 18px 0;
}

.tmz-video-playlist-thumb > a > .play-button {
  top: 42px;
  left: 10px;
}

.tmz-video-playlist-thumb > a > .image, .tmz-video-playlist-thumb > a > .header {
  float: left;
}

.tmz-video-playlist-thumb > a > .header {
  color: white;
  margin-left: 15px;
  width: 165px;
}

.tmz-video-playlist-thumb > a > .image {
  border-bottom: 4px solid #cf0000;
  height: 59px;
  width: 113px;
}


.tmz-image img {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}

.tmz-image {
  overflow: hidden;
  position: relative;
}

.tmz-lightbox .frame {
  background-color: white;
  overflow: hidden;
  position: relative;
  width: 941px;
  border: 5px solid black;
  top: -5px;
  right: -5px;
}

.tmz-lightbox {
  position: absolute;
  margin: 0 auto;
  opacity: 1;
  z-index: 999999;
}

.tmz-lightbox-modal-trap {
  position: absolute;
  display:block;
  width: 100%;
  opacity: .5;
  background-color: black;
  left: 0;
  top: 0;
  z-index: 999998;
}

.tmz-lightbox .close {
  background: transparent url(../images/tmz_lightbox/close_button.png) no-repeat 0 0;
  width: 34px;
  height: 34px;
  z-index: 100;
  position: absolute;
  top: -20px;
  right: -21px;
  cursor: pointer;
}

.tmz-lightbox .frame iframe {
  overflow: hidden;
  width: 941px;
  border: 0;
  height: 100% !important;
}

.tmz-lightbox .shadow {
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* ie8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); /* ie 5.5 - 7 */
}

.tmz-facebook-custom-share > a {
  display: block;
  width: 101px;
  height: 18px;
  background: transparent url(../images/tmz_classes/tmz_facebook_custom_share_view/bg-sprite.png);
  position: relative;
}

.tmz-facebook-custom-share > a:hover {
  background-position: -101px 0;
}

.tmz-facebook-custom-share > a > .count {
  position: absolute;
  top: 4px;
  right: 1px;
  color: black;
  text-align: center;
  width: 34px;
  font-size: 11px;
  line-height: 1;
}

