/* CSS Document */

.customScrollbar_scrollContainer {
	/*position: relative;*/
	height: 240px;
	width: 95%;
	margin-left:12px; *margin-left:7px;
	margin-top: 10px;
	overflow: auto;
	overflow-x: hidden;
	float: left;
}

.customScrollbar_scrollContent {
	/*position: absolute;*/
	width: 97%;
	_width: 93%;
}

.customScrollbar_sliderBackground {
	position: relative;
	float: left;
	height: 220px;
	width: 9px;
	margin-left: 3px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	display: none;
}

.customScrollbar_sliderGroove {
	position: relative;
	height: 230px;
	width: 1px;
	background-color: #000000;
	left: 4px;
	display: none;
}

.customScrollbar_sliderThumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 9px; *height:10px;
	width: 9px; *width:10px;
	overflow: hidden;
	background-color: gray;
	border-right: solid 1px #424242;
	border-bottom: solid 1px #424242;
	z-index: 2;
}