/*scroll*/
.Container {
	position: absolute;
	width: 545px;
	height: 340px;
	line-height:150%;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 550px;
	height: 340px;
	left: 2px;
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height:25px;
	width: 510px;
	padding-left:10px;
	padding-top:10px;
  
}
.Scrollbar-Track {
	width: 11px;
	height: 340px;
	position: absolute;
	left: 535px;

}
.Scrolbar-line{
	width:1px;
	height:340px;
	background-color:#dbc18b;
	position:absolute;
	left:5px;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; 
  left: 0px;
  width: 11px;
  height: 31px;
  background:url(../images/gun.png) no-repeat center;
}
/*end scroll*/
