@charset "UTF-8";
/* ===================================================================
CSS information
 style info : Scroll
=================================================================== */

.scrollgeneric {
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
}
.vscrollerbase {
	width:20px;
	background: url(../img/artist/scroll_bg.gif) repeat-y left top;
}
.vscrollerbar {
	width:20px;
	padding-top: 2px;
	background: url(../img/artist/scrollbar_bg.gif) repeat-y left top;
	padding-bottom: 2px;
}
.vscrollerbasebeg {
	width:20px;
	height: 2px !important;
	background: url(../img/artist/scrollbar_Top.gif) no-repeat left bottom;
}
.vscrollerbaseend {
	width:20px;
	height: 2px !important;
	background: url(../img/artist/scrollbar_Bottom.gif) no-repeat left bottom;
}
.vscrollerbarbeg {
	width:20px;
	height: 2px !important;
	background: url(../img/artist/scroll_Top.gif) no-repeat left bottom;
}
.vscrollerbarend {
	width:20px;
	height: 2px !important;
	background: url(../img/artist/scroll_Bottom.gif) no-repeat left top;
}

































