/* Scrollbar & content css */						
#content1		{	height: 220px;	width:380px;		float:left; padding-right:10px;		/*background: #f5f5f5;*/	overflow:hidden;	font-family:verdana;	font-size:10px;line-height:16px;	text-align:left;	}

.scrollbar-vert		{	/*background-color: #d2e8ff;*/	height: 220px; 	width: 8px;	 float:left;	border-left: solid 1px #CCCCCC;	}
.handle-vert		{	height: 21px;	width: 8px; background:url(../images/handle.gif) no-repeat; background-position:-7px;	cursor:hand;}
.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;	}
