.anim-container{
	left:50%;
	top:220px;
	position:absolute;
}


.anim-container .bg{
	position:absolute;
	width:435px;
	height:235px;
	margin-left:-220px;
	margin-top:-200px;
	background:url("../img/earth_new.jpg") no-repeat ;
	z-index:1;
}
.anim-container .bullet{
	width:10px;
	height:10px;
	margin-left:-5px;
	margin-top:-5px;
	position:absolute;
	z-index:2;
	background-color:#F00;
	display:none;
}


.anim-container .bullet.bulletA{
	background:url("../img/bulletA.gif") no-repeat 0 0;
	width:5px;
	height:5px;
}

.anim-container .bullet.bulletB{
	background:url("../img/bulletB.gif") no-repeat 0 0;
	width:5px;
	height:5px;
}


.anim-container .bullet.bulletC{
	background:url("../img/bulletC.gif") no-repeat 0 0;
	width:5px;
	height:5px;
}

.anim-container .bullet.bulletD{
	background:url("../img/bulletD.gif") no-repeat 0 0;
	width:5px;
	height:5px;
}




.anim-container .btn{
	display:block;
	display:none;
	position:relative;
	overflow:hidden;
}

.anim-container .btn img{
	width:100%;
	height:200%;
}


.anim-container .b1 .btn{
	width:77px;
	height:63px;
	margin-left:-77px;
	margin-top:-62px;
}
.anim-container .b2 .btn{
	width:108px;
	height:60px;
	margin-left:-108px;
	margin-top:-60px;
}

.anim-container .b3 .btn{
	width:141px;
	height:62px;
	margin-left:0;
	margin-top:-62px;
}

.anim-container .b4 .btn{
	width:101px;
	height:85px;
	margin-left:5px;
	margin-top:-71px;
}
