@media screen, projection
{
  /* Default Label Properties */
  .label { background: url('/images/nl/sprite-labels.jpg') no-repeat; }
	
  /* Slideshow Label Properties */	
  .label-slide { background: url('/images/nl/sprite-slide.png') no-repeat; }
	
  /* Boxes Properties */
  .infoBox { background: url('/images/nl/sprite-smallbox.jpg') no-repeat; }

  /* Button Properties */
  #actionStartButtonContainer { background: transparent url('/images/nl/button_intern.png') no-repeat; }
  #actionStartButtonContainer .glow { background: url('/images/nl/button_intern_over.png') no-repeat; }
  #bigActionButtonContainer { background: transparent url('/images/nl/button_extern.png') no-repeat; }
  #bigActionButtonContainer .glow { background: transparent url('/images/nl/button_extern_over.png') no-repeat; }
}