/*
 banners system
*/
.banner-system { margin: 0px auto 12px auto; text-align: center; overflow: hidden; }
.welcome-banner .banner-system { margin: 0px auto }
.banner-system div.content { text-align: left; width: 100% !important; }
#banner-system-code-T, #banner-system-code-B, #banner-system-code-L, #banner-system-code-R { display: none; }
#banner_system_navigation { height: 12px; text-align: center; position: absolute; bottom: 0px; right: 0px; z-index: 50;}
#banner_system_navigation img {float: left; margin: 0 5px;}
.banner_system_navigation { float: left; }
.banner_system_navigation a { margin-left: 5px; display: block; float: left; width: 12px; height: 12px; background: transparent url(nav.png) top left no-repeat; text-decoration: none; }
.banner_system_navigation a.activeSlide { background: transparent url(nav_active.png) top left no-repeat; text-decoration: none;}
.banner_system_navigation a:focus { outline: none; } 
