#scroll-container {
	position	: absolute;
	overflow	: hidden;
    width       : 256px;
    height      : 260px;
    margin      : 58px 0px 0px 106px;
}

#scroll-content {
	position	: relative;
    width       : 250px;
    padding     : 0px 3px 3px 3px;
}

#scroll-area {
	position	: absolute;
	width		: 20px;
    height      : 247px;
	overflow	: hidden;
    margin      : 63px 0px 0px 368px;
    background-image: url(images/scrollback.gif);
    background-repeat: repeat-y;
    background-position: 5px 0px;
}

#scroller {
	position	: absolute;
    margin      : 0px 0px 0px 0px;
    cursor      : pointer;
}

#img-scroll-up{
	position	: absolute;
    margin      : 46px 0px 0px 369px;
    cursor      : pointer;
}

#img-scroll-down{
	position	: absolute;
    margin      : 310px 0px 0px 369px;
    cursor      : pointer;
}

.cursor-pointer{
  cursor      : pointer;
}

.scroller-disabled{
    visibility: hidden;
}

.scroller-enabled{
  visibility: visible;
}


