/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 15px;
	background: url(../img_layout/chat_deg_rolagem.gif);
}
.vscrollerbar {
	width: 15px;
	background: url(../img_layout/chat_barra_rolagem.gif) repeat-y;
}
.vscrollerbar:hover {
	width: 15px;
	/*background: url(../img_layout/chat_barra_rolagem_up.gif) repeat-y;*/
}
.vscrollerbar, .hscrollerbar {
	padding: 16px;
	z-index: 2;
}
.vscrollerbarbeg {
	background: #050505 url(../img_layout/chat_barra_up.gif) no-repeat;
	width: 15px;
	height: 14px !important;
}
.vscrollerbarbeg:hover {
/*	background: #050505 url(../img_layout/chat_barra_up_up.gif) no-repeat;*/
	width: 15px;
	height: 14px !important;
}
.vscrollerbarend {
	background: #050505 url(../img_layout/chat_barra_down.gif) no-repeat;
	width: 15px;
	height: 14px;
}
.vscrollerbarend:hover {
/*	background: #050505 url(../img_layout/chat_barra_down_up.gif) no-repeat;*/
	width: 15px;
	height: 14px;
}
.vscrollerbasebeg {
	background: url(../img_layout/chat_arrow_up.gif) no-repeat;
	width: 16px;
	height: 20px !important;
}
.vscrollerbaseend {
	background: url(../img_layout/chat_arrow_down.gif) no-repeat;
	height: 20px;
	width: 16px;
}
/* Scroll Bar Master Styling Ends Here */
