#main, #main2 {
			width: 380px;
			height: 225px;
		}

		#content, #content2 {
			width: 380px;
			height: 585px;
			float: left;
			overflow: hidden;
		}

		#content2 {
			position:relative;
		}

		.text {
			padding: 0 10px 0 0;
		}

		.vScrollbar {
			float: left;
		}

		.hScrollbar {
			clear: both;
			}

		.vTrack {
			height: 300px;
			width: 15px;
			position: relative;
			background: url(/images/vTrack.jpg) no-repeat;
			overflow: hidden;
		}

		.hTrack {
			float: left;
			height: 15px;
			width: 255px;
			position: relative;
			background: #ddd;
			overflow: hidden;
		}

		.vThumb, .hThumb {
			position: absolute;
			top: 0;
			left: 0;
			height: 15px;
			width: 15px;
			background: url(/images/vThumb.jpg) no-repeat;
			overflow: hidden;
		}

		.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
			height: 15px;
			width: 15px;
			background: #555;
			overflow: hidden;
		}

		.arrowUp {
			height: 15px;
			width: 15px;
			background: url(/images/arrowUp.jpg) no-repeat;
			overflow: hidden;
		}

		.arrowDown {
			height: 15px;
			width: 15px;
			background: url(/images/arrowDown.jpg) no-repeat;
			overflow: hidden;
		}

		.arrowLeft, .arrowRight, .corner {
			float: left;
			}

		.corner {
			background: #000;
			}