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

			/* scrollable div area */
			#scrollable2 {
	float: left;
	width: 266px;
	height: auto;
	padding: 4px;
	overflow: hidden;
	white-space: normal;
			}
			
			/* wrap to make sure that image area is clickable */
			#wrap3 {
	float: left;
	width: 15px;
	height: 320px;
	background: transparent url(../images/scrollbar-track-bottom.png) no-repeat bottom left;
			}
			
			/* top image of track */
			#track3-top {
	position: absolute;
	width: 15px;
	height: 15px;
	background: transparent url(../images/scrollbar-track-top.png) no-repeat top left;
			}
			
			/* vertical track */
			#track3 {
	position: absolute;
	width: 15px;
	height: 320px;
			}
			
			/* vertical track handle */
			#handle3 {
				width: 15px;
				height: 37px;
			}
			
			/* wrap to make sure that image area is clickable */
			#wrap4 {
	float: left;
	clear: both;
	width: 270px;
	height: 15px;
			}
			
			/* left image of track */
			#track4-left {
	position: absolute;
	width: 15px;
	height: 15px;
			}
			
			/* horizontal track */
			#track4 {
	position: absolute;
	width: 270px;
	height: 15px;
			}
			
			/* horizontal track handle */
			#handle4 {
				width: 37px;
				height: 15px;
			}
			
			
			
			
			
			
			#record_scrollable {
	float: left;
	width: 670px;
	height: 600px;
	padding: 4px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: hidden;
	white-space: normal;
			}
			
			/* wrap to make sure that image area is clickable */
			#record_wrap3 {
	float: left;
	width: 15px;
	height: 610px;
	background: transparent url(../images/scrollbar-track-bottom.png) no-repeat bottom left;
			}
			
			/* top image of track */
			#record_track3-top {
	position: absolute;
	width: 15px;
	height: 15px;
	background: transparent url(../images/scrollbar-track-top.png) no-repeat top left;
			}
			
			/* vertical track */
			#record_track3 {
	position: absolute;
	width: 15px;
	height: 610px;
			}
			
			/* vertical track handle */
			#record_handle3 {
				width: 15px;
				height: 37px;
			}
/* wrap to make sure that image area is clickable */
			#record_wrap4 {
	float: left;
	clear: both;
	width: 665px;
	height: 15px;
			}
			
			/* left image of track */
			#record_track4-left {
	position: absolute;
	width: 15px;
	height: 15px;
			}
			
			/* horizontal track */
			#record_track4 {
	position: absolute;
	width: 665px;
	height: 15px;
			}
			
			/* horizontal track handle */
			#record_handle4 {
	width: 665px;
	height: 15px;
			}
