html{height:100%}
body {padding:0; margin:0; background:#000; height:100%; outline:none;}
.txt{font:normal 15px Arial, Helvetica, sans-serif; color:#000; text-align:justify;}
*{outline:none}
h2{font:bold 18px Arial, Helvetica, sans-serif; color:#000; text-align:justify;}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 940px;
	height: 310px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	z-index:100;
	margin: 0;
	padding: 5px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 450px;
height: auto;
position: relative;
color: black;
padding: 0px;
}
#mycustomscroll img{border:solid 1px #CFDCEB;}

/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0; }

.vscrollerbar {width: 15px;background: #fcfafc url(../images/basebarcaps_verticalbarbody.png) -15px 0px repeat-y;}
.vscrollerbarbeg {height: 15px !important;width: 15px;background: url(../images/basebarcaps_verticalbarbody.png) -45px -30px no-repeat;}
.vscrollerbarend {height: 15px;width: 15px;background: url(../images/basebarcaps_verticalbarbody.png)  -45px 0px no-repeat;}
.vscrollerbase {width: 15px;background: #fcfafc url(../images/basebarcaps_verticalbarbody.png) 0px 0px repeat-y;}
.vscrollerbasebeg {width: 15px;height: 15px !important;background: url(../images/basebarcaps_verticalbarbody.png)  -30px -30px no-repeat;}
.vscrollerbaseend {height: 15px;width: 15px;background: url(../images/basebarcaps_verticalbarbody.png)  -60px -30px no-repeat;}
.hscrollerbase {height: 15px; background-color: white;}
.hscrollerbar {height: 15px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 15px 0 ;z-index: 2;}
.scrollerjogbox {width: 15px;height: 15px;top: auto; left: auto;bottom: 0px; right: 0px;background: #fcfafc;}