#scroll-container {
	position	: absolute;
	overflow	: hidden;
    width       : 806px;
    height      : 130px;
    margin      : 0px 0px 0px 0px;
}

#scroll-content {
	position	: relative;
    width       : 800px;
    padding     : 0px 0px 0px 0px;
}

#scroll-area {
	position	: absolute;
	width		: 20px;
    height      : 100px;
	overflow	: hidden;
    margin      : 17px 0px 0px 815px;
    background-image: url(images3/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      : 0px 0px 0px 816px;
    cursor      : pointer;
}

#img-scroll-down{
	position	: absolute;
    margin      : 117px 0px 0px 816px;
    cursor      : pointer;
}

.cursor-pointer{
  cursor      : pointer;
}

.scroller-disabled{
    visibility: hidden;
}

.scroller-enabled{
  visibility: visible;
}


