@charset "utf-8";
/* CSS Document */
/*=====common content========*/
.index_Scroller {
/*  background-color:#184200;*/
  position:relative;
  height: 300px;
  width: 760px;
  _width: 763px;
/*  float: left;
  clear: both;*/
  overflow:hidden;
  }
.index_Scroller a {
/*  font-size:12px;
  color:#FFFF00;
  list-style-type: none;*/
}
/*.index_Scroller li {list-style-type: none;}*/
.index_Scroller .Container {
  position: relative;
  width: 740px;
  height: 300px;
/*  background: #FFF url(../Scripts/container_background.gif) no-repeat;*/
  background:transparent;
  float: left;
}
.index_Scroller #Scroller-1 { 
  position: relative;
  overflow: hidden;
  width: 740px;
  height: 300px;
  color: #fff;
/*  background-color: #184200;*/
}
.index_Scroller .Scroller-Container {
  position: relative;
  top: 0px;
  left: 0px;
/*  background-color: #184200;*/
}
.index_Scroller #Scrollbar-Container {
  position: relative;
  float:right;
  margin-right:2px;
  clear:right
}
.index_Scroller .Scrollbar-Up {
  cursor: pointer;
  position: relative;
}
.index_Scroller .Scrollbar-Track {
  float:left;
  width: 6px;
  height: 300px;
  position: relative;
  background-color: transparent;
  background-image: url(../scripts/scrollbar_track.gif);
  background-repeat: repeat-y;
  background-position: center 0px;
}
.index_Scroller .Scrollbar-Handle {
  float:left;
  position: relative;
  width: 6px;
  height: 49px;
}
.index_Scroller .Scrollbar-Down {
  cursor: pointer;
  position: relative;
/*  top: 187px;*/
}