.luxury_1 {
  width: 300px;
  height: 301px;
  zoom:0.5;
  background-image: url(../items/luxury_1.png);
  
}

.luxury_2 {
  width: 300px;
  height: 301px;
  background-image: url(../items/luxury_2.png);

  zoom:0.5;  
}

.luxury_3 {
  width: 300px;
  height: 301px;
  background-image: url(../items/luxury_3.png);
  zoom:0.5;  
}


.luxury_4 {
  width: 300px;
  height: 301px;
  background-image: url(../items/luxury_4.png);
  zoom:0.5;  
}


.luxury_5 {
  width: 300px;
  height: 301px;
  background-image: url(../items/luxury_5.png);
  zoom:0.5;  
}


.luxury_6 {
  width: 300px;
  height: 301px;
  background-image: url(../items/luxury_6.png);
  zoom:0.5;  
}


.luxury_7 {
  width: 300px;
  height: 301px;
  background-image: url(../items/luxury_7.png); 
  zoom:0.5;  
}

.luxury_8 {
  width: 300px;
  height: 301px;
  background-image: url(../items/luxury_8.png);  
  zoom:0.5;  
}

.luxury_9 {
  width: 300px;
  height: 301px;
  background-image: url(../items/luxury_9.png); 
  zoom:0.5;  
}

.luxury_10 {
  width: 300px;
  height: 301px;
  background-image: url(../items/luxury_10.png);  
  zoom:0.5;  
}

@keyframes playX1 {
  from {background-position-x: 0px;}
  to {background-position-x: -1800px;}
}

@keyframes playX2 {
  from {background-position-x: 0px;}
  to {background-position-x: -1500px;}
}

@keyframes playX3 {
  from {background-position-x: 0px;}
  to {background-position-x: -2700px;}
}

@keyframes playX4 {
  from {background-position-x: 0px;}
  to {background-position-x: -3300px;}
}

@keyframes playX5 {
  from {background-position-x: 0px;}
  to {background-position-x: -4800px;}
}

.luxury_1_animate  {
animation: playX1 1.5s steps(6) infinite;	
}

.luxury_6_animate {
animation: playX1 .8s steps(6) infinite;	
}

.luxury_2_animate {
animation: playX2 1s steps(5) infinite;	
}

.luxury_3_animate {
animation: playX2 1s steps(5) infinite;	
}

.luxury_4_animate {
animation: playX2 2s steps(5) infinite;	
}

.luxury_5_animate {
animation: playX2 .6s steps(5) infinite;	
}

.luxury_10_animate {
animation: playX2 .7s steps(5) infinite;	
}

.luxury_7_animate {
animation: playX3 1.5s steps(9) infinite;	
}

.luxury_8_animate {
animation: playX4 1.5s steps(11) infinite;	
}

.luxury_9_animate {
animation: playX5 1.5s steps(16) infinite;	
}

.button_play {
  width: 90px;
  height: 88px;
  zoom:0.6;
  background-image: url(../images/giftshop/button.png);
  background-position: 180px 0px;
  
}

.button_stop {
  width: 90px;
  height: 88px;
  zoom:0.6;
  background-image: url(../images/giftshop/button.png);
  background-position: 90px 0px;
  
}


