#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 480px;
	height: 300px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color: #816A44;
	text-align: left;
	background-color: #DDD1BB;
	margin-top:35px;
	margin-bottom:10px;
}
#namagambar {padding:0px 0px 5px 0px;}
#content-gambar {width:380px; float:left;height:20px;}
#mycustomscroll img { border:none;}

#mycustomscroll-bawah {
	/* Typical fixed height and fixed width example */
	width: 550px;
	height: 110px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color: #816A44;
	text-align: left;
	/*background-color: #d4d4f5;*/
	margin-top:5px;
}

#fdetailscroll {
	/* Typical fixed height and fixed width example */
	width: 550px;
	height: 230px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color: #816A44;
	text-align: left;
	background-color: #DDD1BB;
	margin-top:5px;
}

#hiddenField {
	display: none;
}

#scrollcontent {
	padding-left: 0px;
	padding-right: 0px;
}


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

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

/* Scroll Bar Master Styling Starts Here */

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

.vscrollerbase {
width: 5px;
background-color: white;
}
.vscrollerbar {
width: 5px;
background-color: #968365;
}
.hscrollerbase {
height: 5px;
background-color: white;
}
.hscrollerbar {
height: 5px;
background-color: #968365;

.scrollerjogbox {
width: 3px;
height: 3px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
