
/* Scrollbar & content css */						
#contentHome {
	height: 355px;
	width: 530px;
	float:left;
	overflow:hidden;
	}
	/*#contentHome p{
		margin: 10px;
		}*/
	.scrollbar-vertHome{
		height: 340px;
		width: 20px;
		float:left; 				
		border-left: solid 1px #ebe6c9;
		}
	.handle-vertHome{
		height: 42px;
		width: 20px;
		background: url('../media/handle.gif') no-repeat;
		}


#contentSub {
	height: 550px;
	width: 530px;
	float:left;
	overflow:hidden;
	}	
	/*#contentSub p{
		margin: 10px;
		}*/
	.scrollbar-vertSub{
		height: 552px;
		width: 20px;
		float:left; 				
		border-left: solid 1px #ebe6c9;
		}
	.handle-vertSub{
		height: 42px;
		width: 20px;
		background: url('../media/handle.gif') no-repeat;
		}




