/* Scroll Bar Master Styling */
#contentmain {
	background-color: transparent;
	padding: 0em;
	margin: 0px 0px 0px 0px;
}
#contentcontact {
	background-color: transparent;
	padding: 0em;
	margin: 0px 0px 0px 0px;
}

#contentnews {
	background-color: #DADDFE; /* transparent; */
	padding: 0em;
	margin: 0px 0px 0px 0px;
}

.scrollgeneric {
	line-height: 0px;
	font-size: 9px;
	position: absolute;
	top: 0; 
	left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: transparent;
}

.vscrollerbar {
	width: 10px;
	height: 100px;	
	background-color: transparent;
	background-image: url(../images/scroll/scroller.gif);
	background-repeat: no-repeat;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; 
	left: 10px;
	bottom: 0px; 
	right: 0px;
	background-color: gray;
}

#mynewsscroll {
	/* Typical fixed height and fixed width example */
	width: 160px;
	height: 655px;      /*660px*/
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: transparent;*/
	background: transparent;
	padding: 0px 5px 0px 5px;
	margin-right: 0px;
	background-repeat: no-repeat;
}

#mymainscroll {
	/* Typical fixed height and fixed width example */
	width: 660px;
	height: 665px;  /*685px*/
	overflow: auto;
	 /*IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: transparent;*/
	background: transparent;
	padding: 0px 5px 0px 5px;
	margin-right: 0px;
	/*background-image: url('../images/Background.gif');*/
	background-repeat: no-repeat;
	background-position: 300px 30px;
}

#myconatactscroll {
	/* Typical fixed height and fixed width example */
	width: 660px;
	height: 645px;      /*665px*/
	overflow: auto;
	 /*IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: transparent;*/
	background: transparent;
	padding: 0px 5px 0px 5px;
	margin-right: 0px;
	/*background-image: url('../images/Background.gif');*/
	background-repeat: no-repeat;
	background-position: 300px 30px;
}