/*
 * ******************************************************************************
 *  jquery.mb.components
 *  file: bgndGallery.css
 *
 *  Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi); 
 *  Open lab srl, Firenze - Italy
 *  email: matteo@open-lab.com
 *  site: 	http://pupunzi.com
 *  blog:	http://pupunzi.open-lab.com
 * 	http://open-lab.com
 *
 *  Licences: MIT, GPL
 *  http://www.opensource.org/licenses/mit-license.php
 *  http://www.gnu.org/licenses/gpl.html
 *
 *  last modified: 10/04/14 21.51
 *  *****************************************************************************
 */

/*******************************************************************************
 * 
 * jQuery.mb.components: bgndGallery
 * version: 1.0
 * Author: pupunzi
 * Creation date: 10/04/14
 * Licences: MIT, GPL
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 ******************************************************************************/

@charset "UTF-8";

.mbBgndGallery img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform: translateZ(0.1px);
  -moz-transform: translateZ(0.1px);
}

.bgg_raster{
  background: url("raster.png");
}
