.text #desc{
	height: 360px;
	overflow: auto;
	position: relative;
	outline: none;
}

.text .scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}

.text .vscrollerbase, .vscrollerbar {
	width: 10px;
	top: 0px;
}

.text .vscrollerbar {
	padding: 0;
	left: 0px;
	z-index: 2;max-height:20px;
}

.text .vscrollerbarbeg {
	width: 15px;
	height: 20px;
	top: 0px;
}

.text .vscrollerbarend {
	width: 15px;
	height: 0px;
}

.text .vscrollerbasebeg {
	top: 0px;
	width: 45px;
}

.text .vscrollerbaseend {
	height: 0px;
	width: 15px;
}

.text .scrollerjogbox {
	width: 0px;
	height: 0px;
	bottom: 0px;
	right: 0px;
}

.text #desc .vscrollerbarbeg {
	width: 6px;
	height: 20px;max-height:20px;
	margin-left:2px;
	background-image: url(images/scrolline.gif);background-repeat: no-repeat;
}

.text #desc .vscrollerbase {
	width: 10px;
}

.text #desc .vscrollerbar {
	padding:12px 0 16px 0;
}

.text #desc .vscrollerbasebeg, #desc .vscrollerbaseend {
	background-image: url(images/scrolbar.gif);
	background-position: 0px top;
	background-repeat: no-repeat;
}
.text #desc  p{margin-right:5px;}
