/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Banner Systems module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    23663ab722599bb67140d607ae2900b6d69f951d, v2 (xcart_4_5_3), 2012-09-13 13:13:01, main.css, random
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.banner-system {
  margin: 0px auto 12px auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.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, #banner-system-code-demo {
  display: none;
}
.banner-system > div > img {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#banner_system_navigation {
  height: 21px;
  line-height: 21px;
  text-align: center;
  position: absolute;
  bottom: 23px;
  right: 15px;
  z-index: 50;
}
.banner_system_navigation a {
  margin: 0 2px;
  padding: 0px;
  border: 0 none;
  display: block;
  width: 19px;
  height: 19px;
  background: transparent url(navigation.png) right top no-repeat;
  text-decoration: none;
  color: transparent;
  font-size: 1px;
  float: left;
}
.banner_system_navigation a.activeSlide {
  color: transparent;
  background-position: left top;
  cursor: default;
}
.banner_system_navigation a:focus {
  outline: none;
} 

.T-home-banners-others {
  float: left;
  margin-right: 25px;
}
.T-home-banners-last {
  margin-right: 0;
}
.banner-system div a img.mobile-banner {
  display: none;
}
