/* Moving Boxes demo CSS */


* { 
  margin: 0; 
  padding: 0; 
}

body { font: 12px/20px  Arial, Helvetica, Verdana, sans-serif; background-color: #fff; color: #333; }
,

/* Moving Boxes title image wrapper */
#title { 
  text-align: center; 
    border: 0; color: red;
}

#title img { 
  text-align: center;
    border: 0; color: green;
}

/* Panel images Do Not Use Fixed Size so images may animate larger */
.mb-inside img { width: 100%; }

/* height of the placeholder until image completely loads - needed for
   webkit browsers, add this only if you don't want the height animation
   on startup. 168px measures the height of the current image when enlarged 
*/

/* Panel links */



