#bg{
	background-image:url(../img/machine.png);
	background-position: center -17px;
	background-repeat: no-repeat;
	height:600px;
	position:relative;
}

#animationContainer{
    margin: 0px auto;
    width: 910px;
    position: relative;
    display: block;
    height: 600px;
	 overflow: hidden;
	}

#Bigcogs{
    left: 81px;
    position: absolute;
    top: 238px;
	}


/* cogs */
#cog1{}
#cog2{  margin: 0 0 0 176px; }
#cog3{  margin: 0 0 0 63px; }


#smallCog1{  margin: 57px 0 0 -8px; position: absolute; }
#smallCog2{   position: absolute;  margin: 56px 0 0 108px; }
#smallCog3{  position: absolute;  margin: 56px 0 0 0; }
#smallCog4{     position: absolute;  margin: 55px 0 0 0; }

/* Belt */

.TopBelt, .BottomBelt{
	background-image:url("../img/belt.png");
	background-position: top left;
	background-repeat:repeat-x;
	height:50px;
	width:100%;}

.TopBelt{
	position: absolute;
    top: 266px;
    z-index: 100;
}
.BottomBelt{
   bottom: 405px;
    position: absolute;
    z-index: 100;
}


#boxes{
background-image: url("../img/boxes.png");
    background-position: left top;
    background-repeat: repeat-x;
    height: 185px;
    width: 100%;
    position: absolute;
    top: 115px;
    z-index: 200;}

#connector1{
background-image: url("../img/connector1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 212px;
    left: -72px;
    width: 279px;
    height: 362px;
    z-index: 1000;
}
#motor{
  background-image: url("../img/motor_old.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: 25px;
    height: 242px;
    position: absolute;
    width: 993px;
    z-index: 2000;
    left: 84px;}

		#plane1 {
background: url("../img/steam-sprite-hor-1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 169px;
    left: 572px;
    position: absolute;
    top: 358px;
    width: 450px;
    z-index: 9999;
		}
		
		#steam-vert{
background: url("../img/steam-sprite-port-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 248px;
    left: -85px;
    position: absolute;
    top: -7px;
    width: 300px;
    z-index: 9999;
	}