#snapshot_browser {
   overflow: hidden;
   white-space: nowrap;
   background-color: #333333;
   border-top: 1px solid #666666;
   height: 47px;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   left:0;
}

#snapshot_scroller_container {
   overflow: hidden;
   white-space: nowrap;
   height: 47px;
   width: 100%;
   display: inline-block;
}

#snapshot_scroller {
   margin-bottom: 5px;
   height: 47px;
}

#snapshot_scroller .snapshot {
   cursor: pointer;
   width: 40px;
   height: 30px;
   line-height: 30px;
   margin: 5px;
   border: 1px solid #000000;
   opacity: 1;
   filter: alpha(opacity = 100);
}

#snapshot_scroller .more_button_container {
   cursor: pointer;
   margin: 5px;

   display: inline-block;
   height: 32px;
   line-height: 32px;
   vertical-align: top;
}

#more_button {
   height: 20px;
   margin-top: 6px;
}

#spinner {
   white-space: nowrap;
   display: block;
   height: 18px;
   width: 18px;
   margin-top: 7px;
   background: url(spinner.gif) no-repeat;
}