.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: transparent;
}
.vscrollerbar {
width: 10px;
background-color: #c1ab7e;
}
.hscrollerbase {
height: 10px;
background-color: transparent;
}
.hscrollerbar {
height: 10px;
background-color: #BBBBBB;
}
#mycustomscroll1 {
	width: 300px;
	height: 203px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: transparent;
	text-align:justify;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#content{
	height:203px;
	width: 300px;
	background-color: transparent;
}
#content h2{font-family: "Century Gothic";font-size: 14px;color: #FF6C00;text-align: left;font-weight: normal;margin:2px;}
