#main {
			width: 323px;
			height: 230px;
			/*border: 1px solid #111;*/
		}

	#content1, #content2, #content3{
				width: 316px;
				height: 230px;
				float:left;
				/*background: #f5f5f5;*/
				background-image:url(images/img_scroll_content_bg.jpg);
				overflow:hidden;
			}
			#content1 p{
	color: #E1E1E1;
	font-size:11px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 12px;
	margin-left: 10px;
			}
			.scrollbar-vert{
				/*background-color: #d2e8ff;*/
				background-image:url(images/img_scroll_content_bg.jpg);
				height: 230px;
				width: 7px;
				float:left;
			}
			.handle-vert{
	height: 42px;
	width: 7px;
	background-color: #B99486;
			}
			
			#content2 p{
				width: 1000px;
			}
			.scrollbar-hor{
				background-color: #d2e8ff;
				height: 20px;
				width: 300px;
				float:left;
			}
			.handle-hor{
				height: 20px;
				width: 42px;
				background: url(styles/img/handle-hor.gif) no-repeat;
			}
			
			#content3 p{
				width: 700px;
			}
