@charset "utf-8";
/* 代码整理：时代Java NowJava.com */
* {margin:0;padding:0;list-style:none;}
img {border:none;}
body { font-size:12px;}
#NowJava {
	height:550px;
	background: #B4D7F4;
	width:480px;
	margin:0 auto;
	padding:20px;
}
.block {
	width:128px;
	height:128px;
	background:url(../images/football.png) no-repeat;
}
.block_container {
	float: left;
	width: 128px;
	margin-left:30px;
}
.handle_wrap {
	height: 50px;
}
.handle {
	width: 4px;
	height: 50px;
	background:#ff0000;
	cursor: pointer;
	margin-left: 62px;
}
/* 代码整理：时代Java NowJava.com */
