/*
 | DynamicFade © MonkeyProof
 | CSS - Main.css
 |
 */

.gallery_fade { position: relative; width: auto; height: auto; overflow: hidden; background: #fff; border: 1px solid #ddd; padding: 7px; }
.gallery_fade ul { position: relative; float: left; clear: both; width: 100%; height: 450px; overflow: hidden; padding: 0 !important; margin: 0 !important; margin-bottom: 20px; }
.gallery_fade li { list-style-type: none; position: relative; float: left; clear: none; margin: 0 !important; padding: 0 !important; left: 0; width: 100%; height: 320px; text-align: center; }
.gallery_fade li img { position: relative; max-width: 100%; max-height: 100%; padding: 0; margin: 0; border: none; clear: both; left: 0; }

.gallery_fading{ position: relative; float: left; clear: both; width: 100%; height: 450px; overflow: hidden; padding: 0 !important; margin: 0 !important; margin-bottom: 20px; }
.gallery_fading li { position: absolute; clear: none; margin: 0; padding: 0; left: 0; top: 0; width: 100%; height: 100%; text-align: center; }
.gallery_fading li img { position: relative; padding: 0; margin: 0; border: none; clear: both; }
 