.Container{
 
  top: 50px; 
  left: 0;
  width: 100%;
  height: 319px;
  
}


#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width:639px;
  height: 319px;
 
}

#Scroller-1 p {
  margin: 0; 
  font-size: 12px;
  color: #0c3c88;
  text-align:justify;
  margin:5px 0 18px 0;
  line-height:17px;
}

#Scroller-2 { 
  position: absolute; 
  overflow: hidden;
  width:639px;
  height: 319px;
}

#Scroller-2 p {
  margin: 0; 
  font-size: 12px;
  color: #FFF;
  text-align:justify;
  margin:5px 0 18px 0;
  line-height:17px;
}
#Scroller-3 { 
  position: absolute; 
  overflow: hidden;
  width:639px;
  height: 319px;
 
}

#Scroller-3 p {
  margin: 0; 
  font-size: 12px;
  color: #FFF;
  text-align:justify;
  margin:5px 0 18px 0;
  line-height:17px;
}

#Scroller-4 { 
  position: absolute; 
  overflow: hidden;
  width:639px;
  height: 319px;
  
}

#Scroller-4 p {
  margin: 0; 
  font-size: 12px;
  color: #41536f;
  text-align:justify;
  margin:5px 0 18px 0;
  line-height:17px;
}


.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}

#Scrollbar-Container {
  top: 40px; 
  left: 60px;
  
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 22px; 
  height: 319px;
  top: 0px; 
  left: 1000px;
  background: url(../scroller_one/scrollTrack.png) no-repeat left center;
 
 
	
}
.Scrollbar-Handle {
  position: relative;
  width: 4px; 
  height: 118px;
  padding-bottom:35px;
  padding-left:4px;
  
  
  
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 269px;
}

.scrollWarp_L{
	width:695px;
	height:auto;
	overflow:hidden;
	float:left;
	
}
.scrollWarp_R{
	width:52px;
	height:auto;
	overflow:hidden;
	float:right;
}

.scrollWarp_Content{
	width:639px;
	height:auto;
	overflow:hidden;
}

