.nano {
	width: 100%; height: 100%; overflow: hidden; position: relative;
}
.nano > .nano-content {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	-ms-overflow-x: hidden;
}
.nano > .nano-content:focus {
	outline: dotted thin;
}
.nano > .nano-pane {
	background: rgba(0, 0, 0, 0.25); border-radius: 5px; transition:0.2s; top: 0px; width: 10px; right: 0px; bottom: 0px; position: absolute; opacity: 0.01; -webkit-transition: .2s; -o-transition: .2s; -moz-transition: .2s; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
	background: rgba(0, 0, 0, 0.5); margin: 0px 1px; border-radius: 3px; position: relative; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.nano:hover > .nano-pane {
	opacity: 0.99;
}
.active.nano-pane {
	opacity: 0.99;
}
.flashed.nano-pane {
	opacity: 0.99;
}
