.ui-scrollable {
	position: relative;
	overflow: hidden;
	padding: 25px 0px;
}

.ui-scrollable-nav {
	position: absolute;
	width: 100%;
	height: 25px;
}

.ui-scrollable-nav-up {
	top: 0px;
	background: #efefef url('images/up.png') center center no-repeat;
}

.ui-scrollable-nav-down {
	bottom: 0px;
	background: #efefef url('images/down.png') center center no-repeat;
}

