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


			/* Scrollbar & content css */						

			
			.scrollbar-vert{
				background-color: #e8e8e8;
				height: 560px;
				width: 20px;
				float:right;
			}
			.handle-vert{
				height: 42px;
				width: 20px;
				background: url(img/handle.jpg) no-repeat;
			}
			
			
			.scrollbar-hor{
				background-color: #000429;
				height: 20px;
				width: 300px;
				float:left;
			}
			.handle-hor{
				height: 20px;
				width: 42px;
				background: url(styles/img/handle2.jpg) no-repeat;
			}
