/**
* @author Cristian Ciobanu
*/
.dsvUp {
	position:absolute;
	z-index: 3;
	width: 7px;
	height: 8px;
	background-image: url('../img/scrollbar/up.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.dsvDown {
	position:absolute;
	z-index: 3;
	width: 7px;
	height: 8px;
	background-image: url('../img/scrollbar/down.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.dsvTrack {
	position:absolute;
	z-index: 4;
	width: 4px;
	height: 206px;
	background-color: #dfbf9c;
}
.dsvDrag {
	position:absolute;
	z-index: 7;
	width: 10px;
	height: 10px;
	background-image: url('../img/scrollbar/drag.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.dsvContainer {
	position: absolute;
	left: 13px;top: 25px;
	width: 185px;
	height: 215px;
	clip: rect(0,185,215,0);
	overflow: hidden;
	z-index: 6;
}
.dsvContent {
	position: absolute;
	width: 185px;
	left: 0px;top: 0px;
	visibility: visible;
	z-index: 0;
}
