.popscroll {
	/* Typical fixed height and fixed width example */
	width: 330px;
	height: 215px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 2px auto;
	/*padding: 15px;*/
	/*border:1px solid #f00;*/
}

#pop1scroll .inn{margin-right:15px;}

/* 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: 5px;background-color: white;}
.vscrollerbar {width: 5px;background-color: black;}
.hscrollerbase {height: 5px;background-color: white;}
.hscrollerbar {height: 5px;background-color: black;}
.hscrollerbar {background: #d7d9dc;}
.vscrollerbar {background: #d7d9dc;}
.vscrollerbar, .hscrollerbar {padding: 0px;z-index: 2;}
.vscrollerbarbeg {display:none;width: 15px;height: 15px !important;}
.vscrollerbarend {display:none;width: 15px;height: 15px;}
.hscrollerbarbeg {display:none;height: 15px;width: 15px !important;}
.hscrollerbarend {display:none;height: 15px;width: 15px;}
.scrollerjogbox {width: 1px;height: 1px;top: auto; left: auto;bottom: 0px; right: 0px;}
.vscrollerbase {background: #f4f5f5;}
.vscrollerbasebeg {display:none;width: 15px;height: 15px !important;}
.vscrollerbaseend {display:none;height: 15px;width: 15px;}
.hscrollerbase {background: #f4f5f5;}
.hscrollerbasebeg {display:none;height: 15px;width: 15px !important;}
.hscrollerbaseend {display:none;height: 1px;width: 1px;}
.scrollerjogbox:hover {}


