@charset "UTF-8";
/* CSS Document */

Body {
scrollbar-face-color:#FFFFFF;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-Color:#000000;
}

.Container {
  position: absolute;
  top: 50px; 
  width: 400px;
  height: 200px;
  background: #FFF url(images/container_background.gif) no-repeat;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 525px;
  margin: 0 0 0 40px
}

#Scroller-2 { 
  position: absolute; 
  overflow: hidden;
  width: 500px;
  height: 200px;
  margin: 15px 0 0 40px
}
.Scroller-Container {
  position: absolute;
  top: 0px; 
  left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 49px; 
  left: 340px;
}
#Scrollbar-Container2 {
  position: absolute;
  top: 55px; 
  left: 390px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 15px; height: 390px;
  position: absolute;
  top: 36px; left: 2px;
  background: transparent url(/wp-content/uploads/2011/03/line.png) no-repeat center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 14px; height: 13px;
  cursor:pointer;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px;
}

/* IE8 Styles */

.ie8 #Scrollbar-Container2{}
.ie8 #Scroller-2 {}

