﻿/* jsScrollbar样式  
--------------------------------------------------------------------*/

.Container_box{
	height:560px; 
	width:960px;
	background:#FFF; 
	position:absolute;
	left:20px;
	top:20px;
	}

.Container_box .title h1{
	font-weight:normal;
	}

.Container_wrap {
	width: 960px;;
	position: relative;
	height: 560px;
}

#Container {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 910px;
	height: 520px;/*background: #EEE;*/
}
#News{
	position: absolute;
	overflow: hidden;
	width: 910px;
	height: 520px;
	display: block;
}

.public_1col #Container {
	width: 910px;
}

.Scroller-Container {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.Scrollbar-Up {
	position: absolute;
	width: 20px;
	height: 9px;
	/*background-color: #CCC;*/
	font-size: 0px;
	display: none;
}
.Scrollbar-Track {
	width: 11px;
	height: 520px;
	position: absolute;
	top: 20px;
	right:0px;
	/*background-color: #EEE;*/
	background:#cccccc;
}
.Scrollbar-Handle {
	margin-left:3px;
	position: absolute;
	width: 5px;
	height: 96px;
	background:#388dcc;
}
.Scrollbar-Down {
	position: absolute;
	top: 360px;
	width: 9px;
	height: 9px;
	display: none;
	/*  background-color: #CCC;*/
	background:#F00;
}
#Scrollbar-Container {
	position: absolute;
	top: 0px;
	right:10px;
}

