/* CSS Document */
/**************Scroll******************/

#content,#Div1,#Div2,#Div3

{

	text-align:left;

	float:left;

}

.scrollgeneric {

	line-height: 1px;

	font-size: 1px;

	position: absolute;

	top: 0;

	left: -6px;

}

.vscrollerbar {

	width: 3px;
	background-color:#05703e;
	margin-left:5px;
	margin-bottom:3px;
	

}

.vscrollerbase {

	width:10px;
	margin-left:5px;

}

.vscrollerbasebeg {

	width: 8px;

	height: 11px;

	background: url(../images/scrollup.png) 0px 0px no-repeat;

	cursor:pointer;
	margin-left:2px;
	

	

}

.vscrollerbaseend {

	height: 10px;

	width: 11px;

	background: url(../images/scrolldown.png)  0px 0px no-repeat;

	cursor:pointer;
	background-position:bottom;
	margin-left:2px;

}

.vscrollerbar, .hscrollerbar {

	padding: 10px;

	z-index: 2;

}

.scrollerjogbox {

	width: 5px;

	height: 5px;

	top: auto;

	left: auto;

	bottom: 0px;

	right: 0px;

	background: #bab4b6;

}

#mycustomscroll {

	/*width: 330px;*/
	width: 310px;

	height: 325px;

	overflow: auto;

	position: relative;

	border:0px solid;
	
	margin:2px;
	

	

}

#mycustomscroll2 {

	width:852px;

	height: 110px;

	overflow: auto;

	position: relative;

	border:0px solid;

	padding:10px;
	float: left;

}



#mycustomscroll3 {

	width: 190px;

	height: 370px;

	overflow: auto;

	position: relative;

	border:0px solid;

	padding:10px;

}



#mycustomscroll4 {

	width: 190px;

	height: 370px;

	overflow: auto;

	position: relative;

	border:0px solid;

	padding:10px;

}

/*end scroll*/








