/* ===== Copyright (c) 2009 PHATmedia - http://www.phatmedia.nl ===== */

.root {
  position: relative;
  height: 285px;
  width: 770px;
  margin: 0;
}

.root p {
  margin: 0;
}

.thumb {
  position:	absolute;
  height:	15px;
  width: 11px;
  left: 10px;
}

.up, .dn {
  position: absolute;
  left: 10px;
}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img {
  border: 0;
}

.scrollContainer { 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 770px; 
  height: 285px; 
  clip: rect(0 467 200 0); 
  overflow: auto; 
  border: 0px;
  background: transparent;
}

.scrollContent { 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100px;
}
