


#container
{
	width: 300px;
	height:250px;
}

input[type=button],
input[type=submit]
{
	clear: left;
	background: #fff;
	width: auto;
	margin: 0 0 0 106px;
}
	.scroll-pane,
			.scroll-pane-arrows
			{
				width: 100%;
				height:370px;
				overflow: hidden;
                margin-top:15px;
                float:left;
                margin-bottom:10px;
                outline: none;
			}
			.horizontal-only
			{
				height: auto;
				max-height: 250px;
			}