.scrollcollection {
	position: relative;
}

.scrolldata_hider {
	/*position: absolute;*/
	overflow: hidden;
	/*border: 1px dashed green;*/
	width: 270px;
	left: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
}

.scrolldata {
	position: absolute;
}

.scrollthumb {
	width: 44px;
	height: 44px;
	border: 1px solid #bfbfbf;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.scrollthumb.selected {
	border: 1px solid #000000;
}

.scrollthumb.selected img {
	opacity: 0.2;
	filter: alpha(opacity=20);
	border: 1px solid #000000;
	width: 42px;
	height: 42px;

}

.scrollthumb.last {
	margin-bottom: 0px;
}

.scrollcontrol {
	width: 13px;
	position: absolute;
	right: 38px;
	top: 0px;

	background-color: #bfbfbf;
}

.scrollcontrol .up {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 13px;
	height: 13px;
}

.scrollcontrol .down {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 13px;
	height: 13px;
}
