
#main {
	width: 180px;

}

#boxscroll{
	padding:0 20px 0 0;
	overflow:hidden;
	height:250px;
	width:92%;
	float:left;

}
#boxscroll.boxnews, #track.boxnews {
	height:250px;
}

#track {
	height: 250px;
	width: 20px;
	float: left;
	position: relative;
	background: #ccc;


}

#thumb {

	position: absolute;
	top: 10px;
	left: 0;
	height: 10px;
	width: 20px;
	background: #325174;
	
}
