.image_thumb {
	width: 167px;
	clear: both;
	margin: 0;
	float:right;
}
.image_thumb .viewport {
	width: 146px;
	height: 385px;
	overflow: hidden;
	position: relative;
	float: right;
}
.image_thumb .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}
.image_thumb .scrollbar, .image_thumb .thumb .end, .image_thumb .thumb {
	background-color: #c9ae7c;
}
.image_thumb .overview p.big {
	display: none;
}
.image_thumb .scrollbar {
	position: relative;
	float: right;
	width: 15px;
	
}
.image_thumb .track {
	background-color: #ede5d5;
	height: 100%;
	width:13px;
	position: relative;
	padding:0px 1px;
}
.image_thumb .thumb {
	height: 20px;
	width: 13px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.image_thumb .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 13px;
}
.image_thumb .disable {
	display: none;
}
