
.directionup{
	background: url(../images/directionup/directionup.png) no-repeat center center #666;
	width: 95px;
	height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
	padding: 3px;
	z-index: 30;
}