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

div
{	margin: 0px;}
			
/* Scrollbar & content css */						
#content1, #content2, #content3
{	height: 150px;
	width: 140px;
	float:left;
	overflow:hidden;}
			
#content1 p
{	margin: 0px;}

.scrollbar-vert
{	height: 150px;
	width: 11px;
	float:left;}
			
.handle-vert
{	height: 42px;
	width: 11px;
	background: url(../../images/handle.gif) no-repeat;}
			
#content2 p
{	width: 1000px;}
			
.scrollbar-hor
{	background-color: red;
	height: 20px;
	width: 300px;
	float:left;}

.handle-hor
{	height: 20px;
	width: 42px;
	background-color:green;
	background: url(styles/img/handle-hor.gif) no-repeat;}
			
#content3 p
{	width: 700px;}
