
div#plot-sizeBar {
	position: absolute; left: 5px; top: 5px;
}

div#plot-sizeBar div {
	background-color: #DCDCDC; position: absolute; border: solid 1px #878787;
}

.plot-sizeBar-plus {
	width: 10px; height: 10px; background-image: url('../../icon/add_small.png'); cursor: pointer;
}

.plot-sizeBar-minus {
	width: 10px; height: 10px; top: 98px; background-image: url('../../icon/sub_small.png'); cursor: pointer;
}

.plot-sizeBar-button {
	width: 6px; height: 3px; left: 2px; cursor: pointer;
}
