@charset "UTF-8";
/* CSS Document */

#scroll {
	position: relative;
	width: 175px;
	height: 100px;
    padding: 10px 30px 10px 10px;
	overflow: hidden;
	background: #e8e8e8;
	float: right;
}


#scroll .scrollInner {
	height: 100px !important;
}
#scroll .scrollbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 70px;
	z-index: 1;
	background: #e8e8e8;
}

#scroll .scrollbar .track {
	position: absolute;
	top: 0;
	left: 0;
	background: #e8e8e8;
	width: 7px;
	height: 120px;
	z-index: 2;
}

#scroll .scrollbar .track .thumb {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 7px;
	z-index: 3;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}