#ScrollerMain {
	position: relative;
	width: 720px;
	height: 400px;
	margin:0;
	padding:0;
	right:-80px;
	top: 30px; 
}
* html body #wrapper #MainBlock #ScrollerMain{ /* For Explorer*/
	right:-10px;
}
#ScrollerMain-Content {
	position: absolute;
	top:4px; 
	right:55px;
	width: 680px;
	height: 400px;
	overflow: hidden;
}
#ScrollerMain .Scroller-Container {
	position: absolute;
	right:0px; 
	top:0;
	height:auto;
}
#ScrollerMain p {
	margin: 0; 
	padding: 0px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 20px;
	color: #777;
}
#ScrollerMain-Scrollbar {
  position:absolute; 
  right:0;
  top:0;
  width:17px; 
  height:400px; 
  font-size:1px; 
  z-index:1;
}
#ScrollerMain .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 17px; 
	height: 17px;
	background-color: #41110F;
	background-image:url(../../images/btn-up.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size: 0px;
	top:3px;
	margin:0;
	padding:0;
}
#ScrollerMain .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 395px;
	width: 17px; height: 17px;
	background-color: #41110F;
	background-image:url(../../images/btn-dn.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size: 0px;
	margin:0;
	padding:0;
}
#ScrollerMain .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 17px; 
	height: 375px;
	position: absolute;
	top: 20px;
	background-color: #41110F;
	margin:0;
	padding:0;
}
#ScrollerMain .Scrollbar-Track-Pressed {
	background-color: #41110F;
}
#ScrollerMain .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 17px; height: 100px;
	background-color: #130100;
	right:0;
}
* html body #wrapper #MainBlock #ScrollerMain .Scrollbar-Handle, .Scrollbar-Handle-Pressed{ /* For Explorer*/
	right:-1px;
}
#ScrollerMain .Scrollbar-Handle-Pressed {
	background-color: #130100;
	right:0;
}
* html body #wrapper #MainBlock #ScrollerMain .Scrollbar-Handle-Pressed { /* For Explorer*/
	right:-1px;
}
#ScrollerMain .Scrollbar-Disabled {
	display: none;
}