﻿/* General Multimedia Gallery */


td.columnPaddingMultimediaGallery {
  padding: 0px 0px 0px 7px;
}

table.multimediaGalleryTable {
  width: 716px;
  
  background-color: #F6F6F6;
}

td.multimediaGalleryLeft {
  width: 3px;
  
  background-image: url('../images/backend/media_center/multimedia_gallery/border-left.gif');
  background-repeat: repeat-y;
}

td.multimediaGalleryContent {
  width: 710px;
  
  background: url('../images/backend/media_center/multimedia_gallery/background.gif');
  background-repeat: repeat-x;
  background-position: left bottom;
}

div.multimediaGalleryContentPadding {
  padding: 2px 9px 0px 9px;
}

td.multimediaGalleryContentCellPadding {
  padding: 0px 0px 10px 23px;
}

td.multimediaGalleryTotal {
  font-size: 10px;
  font-weight: bold;
  color: #666666;
}

div.multimediaGalleryVideoContainer {
  width: 317px;
  height: 271px;
}

div.multimediaGalleryScroller {
  width: 350px;
  height: 295px;
  overflow: auto;
  position: relative;
}

div.multimediaGalleryScrollerItem {
  height: 85px;
  padding: 0px 0px 20px 0px;
}

p.emailThisVideoHeader {
  margin-top: 11px;
  
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
}

td.multimediaGalleryRight {
  width: 3px;
  
  background-image: url('../images/backend/media_center/multimedia_gallery/border-right.gif');
  background-repeat: repeat-y;
}

div.multimediaGalleryThumbnail {
  width: 110px;
  height: 85px;
  margin-right: 10px;
  
  background-repeat: no-repeat;
  
  cursor: pointer;
}

div.multimediaGalleryThumbnailBorderOff {
  width: 108px;
  height: 83px;
  
  border: 1px solid #FF0099;
  
  visibility: hidden;
}

div.multimediaGalleryThumbnailBorderOn {
  width: 108px;
  height: 83px;
  
  border: 1px solid #FF0099;
  
  visibility: visible;
}

p.multimediaGalleryThumbnailText {
  margin: 0;

  font-size: 11px;
  color: #666666;
}

div.emailThisBlock {
  padding: 0px 11px 11px 11px;

  border: 1px solid #CCCCCC;  
  background-color: #FFFFFF;
}

p.emailThisVideoText {
  font-size: 11px;
  color: #666666;
}

div#emailThisVideoBlock {
  width: 235px;
  margin: -1px 0px 0px -12px;
  
  position: absolute;
  z-index: 101;
}

input.emailThisTextbox {
  width: 200px;
}

textarea.emailThisTextarea {
  width: 200px;
  height: 75px;
}

td.emailThisShadowRight {
  width: 3px;
  
  background-image: url('../images/backend/media_center/multimedia_gallery/email_this_shadow-right.gif');
  background-repeat: repeat-y;
}

td.emailThisShadowBottom {
  height: 3px;
  
  background-image: url('../images/backend/media_center/multimedia_gallery/email_this_shadow-bottom.gif');
  background-repeat: repeat-x;
}

td.emailThisShadowBottomRight {
  width: 3px;
  height: 3px;
  
  background-image: url('../images/backend/media_center/multimedia_gallery/email_this_shadow-bottom-right.gif');
  background-repeat: no-repeat;
}




/* Testimonials */


p.testimonialsTotal {
  text-align: right;
  
  font-size: 11px;
}

td.testimonialsPrevious {
  width: 22px;
  padding: 0px 15px 0px 0px;
}

img.testimonialsScrollerImage {
  margin: 0px 10px 0px 0px;
}

td.testimonialsNext {
  width: 22px;
  text-align: left;
}

img.testimonialThumbnail {
  margin: 0px 10px 0px 0px;
}