#SampleVideos {
  background:url(/shared/images/tour/video-samples-bg.png);
  height:499px;
  margin:0 auto;
  position:relative;
  width:919px;
  z-index:50;
}

#SampleVideos h2,
#SamplePictures h2 {
  color:black;
  float:left;
  font-size:20px;
  height:40px;
  line-height:40px;
  margin-left:30px;
  text-align:center;
  width:195px;
}

#SampleTabs,
#PictureTabs {
  float:left;
  height:28px;
  margin-left:60px;
}

#SampleTabs li,
#SampleTabs a,
#PictureTabs li,
#PictureTabs a{ float:left; }

#SampleTabs a,
#PictureTabs a {
  background:url(/shared/images/tour/samples-tab.png) no-repeat top left;
  color:gray;
  height:28px;
  line-height:28px;
  margin-top:14px;
  text-decoration:none;
  width:120px;
}

#SampleTabs a.ActiveTab,
#PictureTabs a.ActiveTab{
  background-position:left 100%;
}

.DLDiv {
  background:url(/shared/images/tour/download-bg.png);
  height:110px;
  left:30px;
  position:absolute;
  width:196px;
}

#DLDiv1 { top:70px; }

#DLDiv2 { top:200px; }

#DLDiv3 { top:330px; }

.SizeAndFormat{
  font-size:18px;
  margin-top:15px;
  text-align:center;
}

.VideoLink {
  background:url("/shared/images/tour/download-button.png");
  color:black;
  cursor:pointer;
  display:block;
  height:18px;
  line-height:18px;
  margin:5px auto;
  text-decoration:none;
  width:111px;
}

.VideoLink:hover {
  background-position:left -100%;
}

.Seconds {
  color:gray;
  font-size:12px;
  text-align:center;
  margin-bottom:0;
}

.Megabytes {
  color:gray;
  font-size:12px;
  text-align:center;  
}

#Previews {
  background-position:center 22px;
  background-repeat:no-repeat;
  height:448px;
  position:absolute;
  left:250px;
  bottom:8px;
  width:662px;
}

#Previews.HD {
  background-image:url(/shared/images/tour/hd-background.png);
  width:652px;
}

#Previews.SD {
  background-image:url(/shared/images/tour/sd-background.png);
  left:330px;
  width:492px;
}

#Previews img {
  display:none;
  left:7px;
  position:absolute;
  top:26px;
}

#Previews img:first-child { display:inline; }

/* --------------------  Sample Picutres  -------------------- */

#SamplePictures {
  background:url(/shared/images/tour/sample-pictures-bg.png);
  height:1050px;
  margin:40px auto;
  position:relative;
  width:915px;
}

#PictureGallery {
  clear:both;
  padding-left:40px;
}

#PictureGallery li,
#PictureGallery a { float:left; }

#PictureGallery a {
  height:180px;
  margin:18px 14px 0;
  overflow:hidden;
  text-indent:-9999px;
  width:180px;
}

/* --------------- Warning -------------- */

#Warning {
  background-color:white; 
  border:1px solid gray;
  display:none;
  padding:10px; 
  position:absolute; 
  text-align:justify;
  width:300px;
  z-index:100;
}

#About {
  margin:20px auto;
  text-align:justify;
  width:919px;
}

#About h2 {
  margin:10px 0;
}

#About p { margin:10px 0; }
