
.top {
	height: 200px;
}
	.top h1 {
		margin-top: 80px;
	}
a.follow {
	display: block;
	position: absolute;
	top: 0;
	right: 1px;
	width: 200px;
	height: 40px;
	background: transparent url('../images/follow.png') no-repeat;
}
	a.follow:hover {
		background: transparent url('../images/follow2.png') no-repeat;
	}
.generator {
	position: relative;
	height: 180px;
	background: #f2f2f2 url('../images/generator_bg.png') repeat-x center center;	
}
	.generator .progressbar {
		position: absolute;
		height: 180px;
		width: 100%;
		top: 0;
		left: 0;
		background-color: blue;
		display: none;
		background: #6699ff url('../images/progress_bg.png') repeat center center;
		
	}
	.generator .column {
		position: relative;
	}
	.generator .control {
		height: 140px;
		margin-top: 20px;
		background: #e0e0e0 url('../images/box.png') no-repeat;
		-moz-border-radius-topright: 14px;
		-webkit-border-top-right-radius: 14px;
		-moz-border-radius-topleft: 14px;
		-webkit-border-top-left-radius: 14px;
		-moz-border-radius-bottomright: 14px;
		-webkit-border-bottom-right-radius: 14px;
		-moz-border-radius-bottomleft: 14px;
		-webkit-border-bottom-left-radius: 14px;
	}
		.control img {
			position: absolute;
			top: 26px;
			left: 10px;
		}
		.generator .slider {
			width: 166px;
			position: absolute;
			top: 65px;
			left: 27px;
		}
	.generator .download {
		height: 140px;
		margin-top: 20px;
	}
		.generator .download p {
			position: absolute;
			top: 55px;
			left: 0;
			font-size: 24px;
			line-height: 30px;
			font-weight: bold;
			color: #000;
		}
		.generator .download a {
			display: block;
			position: absolute;
			top: 40px;
			right: 30px;
			width: 60px;
			height: 83px;
			background: transparent url('../images/download.png') no-repeat;
		}
			.generator .download a:hover {
				background: transparent url('../images/download2.png') no-repeat;
			}
.footer {
	margin-top: 20px;
	height: 80px;
	background: #fff url('../images/footer_bg.png') repeat-x;
}
.footer .grid_3 p {
	text-align: right;
	margin: 22px 0 0 0;
	color: #999;
}
	.footer .grid_3 p a {
		color: #999;
		font-size: 13px;
	}

/* slider */
.ui-slider { background:#fff; border:2px solid #aaa; height:2px; position:relative; }
.ui-slider-handle { position:absolute; top:-4px; margin-left: -8px; left: 50%; width:14px; height:14px; background:#e6e6e6; border:1px solid #999; }
.ui-slider-handle:hover { background: #dadada; border:1px solid #999999; cursor: move; }
.ui-slider-handle-active, .ui-slider-handle-active:hover { background-color: #fff; }
.ui-corner-all { -moz-border-radius:4px; -webkit-border-radius:4px; }