/* CSS Document */
.Container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 590px;
  height: 380px;
  background:none;
  z-index:100;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 590px;
  height: 380px;
}
#Scroller-1 p {
  margin: 0; 
  padding: 0 0 13px 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif ,'ËÎÌå';
  font-size: 12px;
  text-indent: 0;
  line-height:1.6;
}
#Scroller-1 h5{
	color:#BA131A;
	font-size:18px;
	font-weight:normal;
	margin:0;
	}
#Scroller-1 h6{
	color:#BA131A;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:0;
	padding-left:13px;
	background:url(../images/iconTitle.gif) left center no-repeat;
	}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left:0px;
	height: 248px;
}
#Scrollbar-Container {
  position: relative;
  width:20px;
  top: -15px; 
  left: 500px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 7px; 
  height: 375px;
  position: absolute;
  top: 17px; 
  left: 95px;
  background: transparent url(../images/xian.jpg) repeat-y center top;
}
.Scrollbar-Handle {
	position: absolute;
	width: 7px;
	height: 61px;
	padding-left:0px;
	cursor:hand;
	left: 0px;
	top: 0px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 27px;
}
