.ivScrollable {
	position: relative;
	overflow: hidden;
}
.ivScContent {
	position: absolute;
}
.ivScButton {
	position: absolute;
	top: 0;
	right: 0;
}
.ivScDivBtnUp {
	position: absolute;
	bottom: 30px;
	right: 0;
}
.ivScDivBtnDown {
	position: absolute;
	bottom: 0;
	right: 0;
}

.ivScButton a.scrollable_scrollarrow_up,
.ivScButton a.scrollable_scrollarrow_down {
    width: 11px;
    height: 12px;
    display:block;
    background: url(../images/scrollable/up.gif) no-repeat;
}
.ivScButton a.scrollable_scrollarrow_down {
    background: url(../images/scrollable/down.gif) no-repeat;
}
