#scroll_area, .scroll_area {
	border: 1px solid black;
	position: relative;
	height: 200px;
	width: 400px;
	overflow: hidden;
}

#scroll_container
{
	position:absolute;
	width:1200px;
	height: 400px;
	top:0;
	left: 0;
}

.scroll_vert
{
	position: absolute;
	top:0;
	left:0;
	height: 1000px;
	widows: 400;
}

.scroll_pane
{
	width: 320px;
	height: 120px;
	float: left;
	position: relative;
	padding:40px;
}

.scroll_previous
{
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	width: 20px;
	background-color: #ddd;
	cursor: pointer;
}

.scroll_next
{
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	width: 20px;
	background-color: #ddd;
	cursor: pointer;
}

#handles
{
	height: 25px;
	padding-top:5px;
}

.handle
{
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.handle.active
{

}
