@charset "utf-8";
/* CSS Document */
/* Scrollbar & content css */						
#content{
	height: 505px;
	padding: 0 30px 0px 30px;
	width: 597px;
	float:left;
	overflow:hidden;
	position:absolute;
}
.scrollbar-vert{
	height: 206px;
	width: 20px;
	float:left;
}
.handle-vert{
	height: 42px;
	width: 20px;
	background: url(../images/handle.gif) no-repeat;
}
			
#content p{
	width: 2000px;
}
.scrollbar-hor{
	background: #505050;
	height: 28px;
	width: 657px;
	float:left;
	background: url(../images/scrollBG.gif) no-repeat;
	background-position:center;
	position:absolute;
	top:770px
}
.scrollbar-pad{
}
.handle-hor{
	height: 28px;
	width: 342px;
	background: url(../images/base.gif) no-repeat;
}
		


