@charset "UTF-8";
/* CSS Document */


	
* {
margin: 0;
padding: 0;
}	
	
	
	/* scrollable div area F*/
#scrollable1f {
	float: left;
	width: 580px;
	height: 400px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	white-space: normal;
	}

/* vertical track */
#track1f {
	float: left;
	width: 8px;
	height: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
	background-color: #c1c1c1;
	}

/* vertical track handle */
#handle1f {
	width: 8px;
	height: 45px;
	background-color: #c1c1c1;
	cursor: move;	
	}

/* horizontal track */
#track2f {
	float: left;
	clear: both;
	width: 600px;
	height: 8px;
	margin: 10px 0 20px 0;
	background-color: #fff;
	visibility: hidden;
	}

/* horizontal track handle */
#handle2f {
	width: 90px;
	height: 8px;
	background-color: #fff;
	cursor: move;
	visibility: hidden;
	}






	/* scrollable div area G*/
#scrollable1g {
	float: left;
	width: 580px;
	height: 400px;
	padding: 0px;
	margin-top: 0px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	white-space: normal;
	}

/* vertical track */
#track1g {
	float: left;
	width: 8px;
	height: 400px;
	margin-left: 10px;
	background-color: #c1c1c1;
	}

/* vertical track handle */
#handle1g {
	width: 8px;
	height: 45px;
	background-color: #c1c1c1;
	cursor: move;	
	}

/* horizontal track */
#track2g {
	float: left;
	clear: both;
	width: 600px;
	height: 8px;
	margin: 10px 0 20px 0;
	background-color: #fff;
	visibility: hidden;
	}

/* horizontal track handle */
#handle2g {
	width: 90px;
	height: 8px;
	background-color: #fff;
	cursor: move;
	visibility: hidden;
	}






