#scrollbar {
	margin-top: 50px;
	width: 605px;
	float: left;
}
.scrollbar_view {
	margin-top: 50px;
	width: 605px;
	float: left;
	padding-bottom: 17px;
}
.scrollbar_view .viewport {
	width: 605px;
	height: 219px;
	overflow: hidden;
	position: relative;
}
.scrollbar_view .overview {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0px;
	height: 219px;
	float: left;
}
.scrollbar_view .viewport .overview a{
	margin-left: 21px;
	float: left;
	width: 292px;
	height: 219px;
}
.scrollbar_view .viewport .overview a:first-child {
	margin-left: 0;
}
.scrollbar_view .overview a img{
	float: left;
	border: none;
}
.scrollbar_view .scrollbar{
	position: relative;
	clear: both;
	height: 16px;
	//margin: 0px 0 30px 0;
}
.scrollbar_view .track {
	width: 100%;
	height:16px;
	position: relative;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(../images/bg-scrollbar-track-x.png);
	margin: 23px 0 0px 0;
}
.scrollbar_view .thumb {
	background-image: url(../images/bg-scrollbar-thumb-x.png);
	background-repeat: no-repeat;
	height: 16px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0px;
	width: 38px;
}
.scrollbar_view .thumb:hover {
	background-position: left -16px;


}
/* #scrollbar .thumb .end{ 
	background: transparent url(../images/bg-scrollbar-thumb-x.png) no-repeat 0 50%; 
	overflow: hidden; 
	height: 25px; 
	width: 5px;
} */
.scrollbar_view .disable { 
	display: none; 
}
#scrollbar_little {
	margin-top: 20px;
	width: 605px;
	float: left;
	padding-bottom: 21px;

}
#scrollbar_little .viewport {
	width: 605px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#scrollbar_little .overview {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0px;
	height: 100px;
	float: left;
}
#scrollbar_little .viewport .overview a{
	margin-left: 20px;
	float: left;
	width: 136px;
	height: 100px;
	display: block;
}
#scrollbar_little .viewport .overview a:first-child {
	margin-left: 0;
}
#scrollbar_little .overview a img{
	float: left;
	border: none;
}
#scrollbar_little .scrollbar{
	position: relative;
	clear: both;
	height: 16px;
}
#scrollbar_little .track {
	width: 100%;
	height:16px;
	position: relative;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(../images/bg-scrollbar-track-x.png);
	margin-top: 25px;
}
#scrollbar_little .thumb {
	background-image: url(../images/bg-scrollbar-thumb-x.png);
	background-repeat: no-repeat;
	height: 16px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0px;
	width: 38px;
}
#scrollbar_little .thumb:hover {
	background-position: left -16px;


}
/* #scrollbar .thumb .end{ 
	background: transparent url(../images/bg-scrollbar-thumb-x.png) no-repeat 0 50%; 
	overflow: hidden; 
	height: 25px; 
	width: 5px;
} */
#scrollbar_little .disable { 
	display: none; 
}
