#smoothoom {
	width:100%;
	height:100%;
	position:fixed;
	display: none;
	top:0;
	left:0;
	z-index: 1001;
}
#smoothoom a {
	position: absolute;
	display: block;
	cursor: pointer;	
}
.smoothoom-close {	
	left:20px;
	top:20px;
	background: url(close.png);	
	width:77px;
	height: 77px;
	opacity: 0.3;
}
	.smoothoom-close:hover, .smoothoom-plus:hover, .smoothoom-minus:hover {
		opacity: 0.6;
	}
.smoothoom-bar {
	position: absolute;
	left:50%;
	bottom:20px;
	background: url(bar.png);
	width:486px;
	height: 14px;
	margin-left: -243px;
}
.smoothoom-minus {
	left:0;
	background: url(bar.png);
	display: block;
	width:14px;
	height: 14px;
	opacity: 0.3;
}
.smoothoom-plus {
	right:0;
	background: url(bar.png);
	display: block;
	width:14px;
	height: 14px;
	opacity: 0.3;
}
.smoothoom-circle {
	position: absolute;
	left:20px;
	top:-4px;
	background: url(circle.png);
	width:22px;
	height: 22px;
	z-index: 1002;
	cursor: pointer;
}