/* this makes it possible to add next button beside scrollable */
.fader {
  behavior:url(/js/iepngfix.htc);
  position:absolute;
	width:73px;
	height:450px;
	margin:0px;
	cursor:pointer;
  padding: 0px;
}
.fader.l {
  left:0px;
  z-index:198;
}
.fader.r {
  right:0px;
  z-index:199;
}

* html .fader.r {
  right: 0px;
}


/* prev, next, prevPage and nextPage buttons */
a.browse {
  behavior:url(/js/iepngfix.htc);  
  position: absolute;
	width:22px;
	height:13px;
  top: 404px;
	margin:0px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right {
	background:url(../i/arrow-right.png) no-repeat;
  right: 57px;
  z-index: 999;
}


/* left */
a.left {
  background:url(../i/arrow-left.png) no-repeat;
  left: 57px;
  z-index: 998;
}


