.pixscroll {
	position: absolute;
	top: 20px;
	left: 235px;
	width: 690px;
	height: 360px;
	overflow: auto;
	text-align: justify;
	padding-right: 10px;
	outline: none;
}


.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbar {
	width: 15px;
	background-color: #7ba9c2;
}

.vscrollerbarbeg {
	height: 15px !important;
	width: 15px;
	background-color: #7ba9c2;
}

.vscrollerbarend {
	height: 15px;
	width: 15px;
	background-color: #7ba9c2;
}

.vscrollerbase {
	background-color: #fff;
	width: 15px;
}

.vscrollerbasebeg {
	width: 15px;
	height: 15px !important;
	background: url(img/scrollbar_t.png) no-repeat;
}

.vscrollerbaseend {
	height: 15px;
	width: 15px;
	background: url(img/scrollbar_b.png) no-repeat;
}

.vscrollerbar {
	padding: 12px;
	z-index: 2;
}