
/* Scrollbar & content css */
#content1,#content2,#content3 {
	height: 206px;
	width: 300px;
	float: left;
	background: #f5f5f5;
	overflow: hidden;
}

.scrollbarv {
background:url(../images/pix.gif) repeat-y;

	height: 375px;/*height:100%;*/ 
	width: 6px;
	float: left;
	padding-left: -50px; 
}
.scrollbar-vert {
background:url(../images/pix.gif) repeat-y;

	height: 300px;/*height:100%;*/ 
	width: 6px;
	float: left;
	padding-left: -50px; cursor: pointer;
}

.handle-vert {
	height: 21px;
	width: 6px;
	background: url(../images/handle.gif) no-repeat;
}

.scrollbar-hor {
	background-color: #d2e8ff;
	height: 20px;
	width: 300px;
	float: left;
}

.handle-hor {
	height: 20px;
	width: 21px;
	background: url(../images/handle-hor.gif) no-repeat;
}

#cont1 p {
	/*margin: 10px;*/
}
#content2 p {
	width: 1000px;
}
#content3 p {
	width: 700px;
}
