
#mainContainer{
	width:1500px;
	height:500px;
	border:1px solid #ffffff;
	position:absolute;
	top:50%;
	margin-top:-250px;
	left:0px;
	overflow:hidden;
	float:left;
}

body{
	background:#010101;
	overflow:hidden;
}

.animatingTile{
	
	background-repeat:no-repeat;
	float:left;
	position:absolute;
	width:1500px;
	height:500px;
}

#child1{
	background:url(cloudset.jpg);
}

#child2{
	background:url(cloudset.jpg);
}

#child3{
	background:url(cloudset.jpg);
}

#child1{
	left:0px;
	top:0px;
}

#child2{
	left:1500px;
	top:0;
}

#child3{
	left:3000px;
	top:0;
}

#hero{
	overflow:hidden;
}


#hero{
	position:absolute;
	top:50%;
	margin-top:-106px;
	left:-400px;
}

#button{
	width:100px;
	height:40px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-50px;
	background:#ececec;
	cursor:pointer;
}

#button > label {
width: 100px;
text-align: center;
line-height: 39px;
color: black;
height: 40px;
min-width: 100px;
margin-left: 35px;
cursor:pointer;
}

#buttonStop{
	width:100px;
	height:40px;
	position:absolute;
	top:8px;
	left:60%;
	margin-left:-50px;
	background:#ececec;
	cursor:pointer;
}

#buttonStop > label {
width: 100px;
text-align: center;
line-height: 39px;
color: 
black;
height: 40px;
min-width: 100px;
margin-left: 35px;
cursor:pointer;
}