#ScrollerMain {
	position: relative;
	width: 730px;
	height: 305px;
	margin:0;
	padding:0;
	right:10px;
	top: 0px; 
}
#ScrollerMain-Content {
	position: absolute;
	top:4px; 
	right:20px;
	width: 730px;
	height: 305px;
	overflow: hidden;
}
#ScrollerMain .Scroller-Container {
	position: absolute;
	right:0px; 
	top:0;
	height:auto;
	padding:20px 0 0 0;
}
#ScrollerMain-Scrollbar {
  position:absolute; 
  right:0;
  top:0;
  width:17px; 
  height:300px; 
  font-size:1px; 
  z-index:1;
}
#ScrollerMain .Scrollbar-Up,
.Scrollbar-Up-Pressed {
	position: absolute;
	font-size: 0px;
	right:0;
	top:3px;
	width:5px; 
	height:10px;
	background-color:#B4A91C;
	background-image:none;	
	margin:0;
	padding:0;
	cursor:pointer;
	z-index:20;
	
}
#ScrollerMain .Scrollbar-Up:hover,
.Scrollbar-Up-Pressed:hover {
	background-color:#5A5404;
	background-image:none;
}
#ScrollerMain .Scrollbar-Down,
.Scrollbar-Down-Pressed {
	position: absolute;
	right:0;
	width:5px; 
	height:10px;
	top: 295px;
	background-color:#B4A91C;
	background-image:none;
	font-size: 0px;
	margin:0;
	padding:0;
	cursor:pointer;
	z-index:20;
}
#ScrollerMain .Scrollbar-Down:hover,
.Scrollbar-Down-Pressed:hover {
	background-color:#5A5404;
	background-image:none;
}
#ScrollerMain .Scrollbar-Track,
.Scrollbar-Track-Pressed {
	position: absolute;
	right:0;
	width: 5px; 	
	background-color:#999999;
	background-image:none;
	height: 278px;
	top: 15px;
	margin:0;
	padding:0;
	z-index:10;
}
#ScrollerMain .Scrollbar-Track-Pressed {
	
}
#ScrollerMain .Scrollbar-Handle,
.Scrollbar-Handle-Pressed {
	position: absolute;
	width: 5px; 
	height: 42px;
	background-color:#5A5404;
	background-image:none;
	right:0;
	cursor:pointer;
}
#ScrollerMain .Scrollbar-Handle:hover,
.Scrollbar-Handle-Pressed:hover {
	background-color:#B4A91C;
	background-image:none;
}
#ScrollerMain .Scrollbar-Handle-Pressed {
	background-color:#B4A91C;
	background-image:none;
}
#ScrollerMain .Scrollbar-Disabled {
	display: none;
}
#Top_Fade {
	position:absolute;
	right:30px;
	top:0px;
	background-image:url(../../images/scrollFade-Top.png);
	background-position:center;
	background-repeat:no-repeat;
	width:669px;
	height:30px;
}
#Bottom_Fade {
	position:absolute;
	right:30px;
	top:280px;
	background-image:url(../../images/scrollFade-Bottom.png);
	background-position:center;
	background-repeat:no-repeat;
	width:669px;
	height:30px;
}
