/* Tiny Scrollbar */
.scrollx {
	width: 835px;
	margin: 0 0 0 80px;
	clear: both;
}

.scrollx .viewport {
	width: 835px;
	height: 158px;
	overflow: hidden;
	position: relative;
}

.scrollx .overview {
	list-style: none;
	width: 1416px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.scrollx .overview img {
	float: left;
}

.scrollx .scrollbar {
	background: transparent url(/pict/1/line_long.png) repeat-x left center;
	position: relative;
	margin: 0;
	clear: both;
	height: 37px;
}

.scrollx .track {
	width: 100%;
	height: 37px;
	position: relative;
}

.scrollx .thumb {
	background: transparent url(/pict/1/pol_star_1.png) no-repeat 100% 50%;
	height: 37px;
	width: 37px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.scrollx .thumb .end {
	overflow: hidden;
	height: 37px;
	width: 5px;
}

.scrollx .disable {
	display: none;
}
