@charset "UTF-8";
/* CSS Document */



/* background images */
html, body, .bg, .bg table, .bg td { height: 100%; width: 100%; overflow: hidden; }
.bg .wrapper { height: 200%; left: -50%; position: absolute; top: -50%; width: 200%; }
.bg td { text-align: center; vertical-align: middle; }
.bg img { margin: 0 auto; min-height: 50%; min-width: 50%; }

#background-images .bg { left: 100%; position: absolute; top: -100px; }

#background-images .active { left: 0; position: static; }


