﻿@charset "utf-8";
/* CSS Document */
#Scrollbar-Container{top:0; right:0;}
.Scrollbar-Track{height:664px;}
#Scroller-1{width:315px; height:644px;}
#Scroller-1 p{padding:0; padding-right:1px; line-height:1.6; font-size:12px; color:#000;}
#Scroller-1 p a{color:#FFF;}
#roll_img{height:644px;}

#Scrollbar-Container { position: absolute; /*top: 40px; left: 60px;*/}
#news_Scrollbar-Container
{
	position: absolute;
}
.Scrollbar-Track {
	width: 6px;
	height: 664px;/*height需要改*/
	position: absolute;
	background-image: url(../images/ver3.gif);
	background-repeat: repeat-y;
	background-position: center top;
	/*background-color: transparent;*/
	z-index:10;
}
.news_Scrollbar-Track {
	width: 6px;
	height: 664px;/*height需要改*/
	position: absolute;
	background-image: url(../images/ver3.gif);
	background-repeat: repeat-y;
	background-position: center top;
	/*background-color: transparent;*/
	z-index:10;
}
.Scrollbar-Handle {
	position: absolute;
	width:6px;
	height: 10px;
	cursor:pointer;
	font-size:0;
	background-image: url(../images/1.png);
}
.news_Scrollbar-Handle {
	position: absolute;
	width:6px;
	height: 10px;
	cursor:pointer;
	font-size:0;
	background-image: url(../image/1.png);
}
.Container
{
	position:absolute;
}
.news_Container
{
	position:absolute;
}
/*
.Container {position: absolute;top: 50px; left: 80px;width: 400px;
  height: 200px;}*/
#Scroller-1 { position: absolute; top:0; left:0; overflow: hidden; width: 315px; height: 664px;}
#news_Scroller-1 { position: absolute; top:0; left:0;  overflow: hidden; width: 315px; height: 664px;}/*只需改width和height*/
#Scroller-1 p { margin: 0; padding: 0px;  font-size: 11px; color: #6F6048; line-height:1.5;}
#news_Scroller-1 p { margin: 0; padding: 0px;  font-size: 11px; color: #6F6048; line-height:1.5;}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}
.news_Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
.Scrollbar-Up { cursor: pointer; position: absolute;}
.Scrollbar-Down { cursor: pointer; position: absolute; top: 187px;
}





