.mcs-button-up {
	background: transparent url('img/scroller_up.png') no-repeat;
	width: 16px;
	height: 13px;
	float: left;
}

.mcs-button-down {
	background: transparent url('img/scroller_down.png') no-repeat;
	width: 16px;
	height: 13px;
	float: right;
}

.mcs-controls {
	background: transparent url('img/controls-bg-60.png') repeat;
	padding: 3px;
	width: 32px;
	text-align: center;
	cursor: pointer;
}