﻿#Scroller-1  
{
	position: relative;
	overflow:hidden;
	float:left;
}

.Scroller-Container 
{
	width:250px;
	position: relative;
}

.Scrollbar-Up {
	cursor: pointer;
}
.Scrollbar-Down {
	cursor: pointer;
	vertical-align:bottom;
}

.scroller {
	float:right;
	width:13px;
}