.ag-makeScroll {
	position: relative;
	overflow: hidden;
	width: 360px;
	height: 340px;
}

.ag-innerBox {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 340px;
	padding-right: 10px;
}

.ag-track {
	height: 10px;
	width: 10px;
	float: left;
	background: #baa894;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.ag-handle {
	height: 10px;
	width: 10px;
	background: #645B50;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}


