/**************************************************************************************************/
/* Scroll Style*/
.Container {
  position: relative;
  width: 300px;
  height: 200px;
}
.Container div
{
	margin:0px;
	padding:0px;
}
#Scroller-1 { 
  position: relative; 
  overflow: hidden;
  width: 290px;
  height: 200px;
}
#Scroller-1 p 
{
  margin: 0; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #6F6048;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container 
{
	position:relative;
}







#Scroller-1  
{
	top:0px;
	left:0px;
  overflow: hidden;
}
#Scroller-1 p {
  color:#000000;
font-family:Arial,Verdana, Helvetica, sans-serif;
font-size:11px;
}
.Scroller-Container 
{
}
#Scrollbar-Container 
{
	height:228px !important;
}
.Scrollbar-Up 
{
  	position:relative;
  	left:4px;
 cursor: pointer;
}
.Scrollbar-Track {
  width: 14px; height: 200px;
  background: transparent url(../images/scrollbar_track.png) repeat-y;
}
.Scrollbar-Handle 
{
 	position:relative;
 	width:14px;
   visibility:visible !important;
}
.Scrollbar-Down {
  	position:relative;
  	left:3px;
 cursor: pointer;
}
.Scrollbar-Arrow
{
}
.Scrollbar-UpArrow
{
	left:4px;
	top:1px;
 	position:relative;
	vertical-align:bottom;
	cursor:pointer;
  background: transparent url(../images/up_arrow.png) no-repeat;
}
.Scrollbar-downArrow
{
 	height:8px !important;
	position:relative;
	left:3px;
 	cursor:pointer;
 background: transparent url(../images/down_arrow.png) no-repeat;
}