#scroll-container {
/*    width       : 240px; */
	position	: absolute;
/*	height		: 170px; */
	overflow	: hidden;
    width: 474px;
    margin: 8px 0px 0px 0px;
    float: right;
}

#scroll-content {
	position	: relative;
    width: 470px;
    padding: 0px 0px 5px 0px;
}

#scroll-area {
	position	: absolute;
	width		: 20px;
    height      : 370px;
	overflow	: hidden;
    margin      : 10px 477px 0px 0px;
    background-image: url(../Arkadiy/images/scrollback.gif);
    background-repeat: repeat-y;
    background-position: 8px 0px;
}

#scroller {
	position	: absolute;
    margin: 1px 0px 1px 1px;
    cursor      : pointer;
}

#img-scroll-up{
	position	: absolute;
    margin      : 2px 484px 0px 0px;
    cursor      : pointer;
}

#img-scroll-down{
	position	: absolute;
    margin      : 384px 484px 0px 0px;
    cursor      : pointer;
}

.cursor-pointer{
  cursor      : pointer;
}

.scroller-disabled{
    visibility: hidden;
}

.scroller-enabled{
  visibility: visible;
}




