@charset "iso-8859-2";
/* CSS Document */

/*_____________________________________Scrollbar */

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

.vscrollerbase {
	background:url(../images/bg_scrollbar.jpg) repeat-y center;
	width:10px;
}
.vscrollerbar {
	background:url(../images/bg_handler.jpg);
	cursor:pointer;
	width:10px;
}

/*_____________________________________Scrollbar */

/*_____________________________________Scrollcontent */

#mycustomscroll {
	height:250px;
	left:30px;
	overflow:hidden;
	position:absolute;
	top:60px;
	width:210px;
	z-index:200;
}

.percentagewrap {
	margin:0 auto;
	padding:10px;
	width:90%;
}

.lipsum {
	color:#000;
    font-family:Arial, Helvetica, sans-serif;
	font-size:0.79em;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

/*_____________________________________Scrollcontent */

