/*
 banners system
*/
.banner-system { margin: 0px auto; text-align: center; overflow: hidden; }
.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: 21px; line-height: 21px; text-align: center; position: absolute; bottom: 20px; left: 50px; z-index: 50;}
#banner_system_navigation img {float: left; margin: 0 5px;}
.banner_system_prev {position: absolute; left: 0px; top: 0px; width: 62px; cursor: pointer; background: #fff url(prev.png) center center no-repeat; opacity: 0.0; z-index: 10000;filter:Alpha(Opacity=0);}
.banner_system_next {position: absolute; right: 0px; top: 0px; width: 62px; cursor: pointer; background: #fff url(next.png) center center no-repeat; opacity: 0.0; z-index: 10000;filter:Alpha(Opacity=0);}
.banner-system-wrapper:hover .banner_system_prev,
.banner-system-wrapper:hover .banner_system_next
{
  opacity: 0.4;
  filter:Alpha(Opacity=40);
  height: 100%;
}
.banner_system_navigation { float: left; }
.banner_system_navigation a { margin: 0 5px; padding: 3px 5px; border: 1px solid #ccc; background: #fff; text-decoration: none }
.banner_system_navigation a.activeSlide { background: #8F8F8F; color: #fff;}
.banner_system_navigation a:focus { outline: none; } 

.cycle-slideshow > div, .cycle-slideshow img { display: none }
.cycle-slideshow > div:first-child, .cycle-slideshow img:first-child { display: block }

.cursor-pointer { cursor: pointer; }
