
	/*
	   Styles for scrolling layers
		 Specify width and height in hold and wn, and in clip for wn
	*/

	div#scrolling	{
		float: left;
		height: 430px;
		width: 745px;
		padding: 0 0 3px 0;
		z-index:2;

	}
	div#hold	{
		position:relative;
		overflow:hidden;
		height: 430px;
		z-index:2;
	}
	div#wn	{
		position:absolute;
		left:0px; top:0px;
		height: 430px;
		overflow:hidden;
		z-index:1;
	}
	div.content {
		position:absolute;
		visibility:hidden;
		left:0px;
		top:0px;
		z-index:1;
		width:100%;
	}


	div#fond_scrollbar {
		float: right;
		width:20px;
		height:433px;
		background: #325366;
	}


	/* Set small font-size or size/position of div's will be off in some browsers  */
	div#scrollbar {
		float: right;
		/*
		top:-490px;
		left: 665px;
		top:0px;
		left: 0px;
		*/
		width:20px;
		height:433px;
		font-size:1px;
		z-index:2;
		background: #325366;
		visibility: hidden;
	}
	div#track {
	  position:relative;
	  left:0;
	  top: 0px;
	  width:0px;
	  height:0px;
		z-index:1;
	}
	div#dragBar {
	  position:relative;
	  left:1px;
	  top:1px;
	  width:9px;
	  height:1px;
		z-index:1;
	}
	div#up { position:relative; left:0px; top: -18px; z-index:2 }
	div#up img{ width:20px;height:20px; }
	div#down { position:relative; left:0px; top: 391px; z-index:3 }
	div#down img { width:20px;height:20px; }
