@charset "utf-8";
/* CSS Document */
.Container {
  position: relative;
  
  width: 230px;
  height: 250px;
  
}
.Container-2{
  position: relative;
 
  width: 230px;
  height: 378px;
  
}
#Scroller-1, #Scroller-1-staff { 
	position: relative; 
	overflow: hidden;
	width: 230px;
	height: 250px; 
}
#Scroller-2 {
position: relative; 
  overflow: hidden;
  width: 210px;
  height: 378px;  
}

#Scroller-1 p {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
 
  color: #6F6048;
  
}
.Scroller-Container {
  position: relative;
  margin:0px;
  padding:0px;
 
}
#Scrollbar-Container, #Scrollbar-Container-staff{
	position:relative;
	float:left;
	width:20px;
	padding:0px;
}

.Scrollbar-Up {
  cursor: pointer;
  position:absolute;
  float:left;
  margin:0px;
  padding:0px;
  top:0px;
  left:0px; 
}
.Scrollbar-Track {
  width: 20px; height: 220px;
  position: absolute;
  background: transparent url(../images/scrollbar/scrollbar-bg.gif) repeat-y;
  float:left;
  background-position:center;
  margin:0px;
  padding:0px;
   top:15px;
  left:0px; 
 
}
.Scrollbar-Handle {
  position: absolute;
  width: 20px; height: 22px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  float:left;
  padding:0px;
  margin:0px;
   top:235px;
  left:0px; 
  
}

#Scrollbar-Container-right {
  position: absolute;
  
  top:71px;
  right:25px;
 
  
}

#Scrollbar-Container-right .Scrollbar-Up {
  cursor: pointer;
  position:absolute;
  clear:both;
  top:0px;
  left:0px; 
}
#Scrollbar-Container-right .Scrollbar-Track {
  width: 20px; height: 346px;
  position: absolute;
  background: transparent url(../images/scrollbar/scrollbar-bg.gif) repeat-y;
  margin:0px;
  padding:0px;
    top:15px;
  left:0px; 
 
}
#Scrollbar-Container-right .Scrollbar-Handle {
  position: absolute;
  width: 20px; height: 22px;
}
#Scrollbar-Container-right .Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  clear:both;
   top:361px;
  left:0px; 
  
}
