@font-face {
  font-family: US101;
  src:url("US101d41d.eot?") format("eot"),url("US101.woff") format("woff"),url("US101.html") format("truetype"),url("US101.svg#U.S.101") format("svg");
  font-weight:normal;
  font-style:normal;
}

#promo-banners{
  float: left;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: none repeat scroll 0 0 transparent;
}
#promo-large-banners{
	float: left;
	width: 960px;
	height: 300px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	background: none repeat scroll 0 0 transparent;
	margin-left: 150px;
}
#promo-banners #slides-pager{    
  bottom: 20px;
  float: left;
  position: absolute;
  right: 20px;
  z-index: 9999;
}
#promo-large-banners #slides-pager{    
  bottom: 20px;
  float: left;
  position: absolute;
  right: 20px;
  z-index: 9999;
}
#promo-banners #slides-pager .position{
  float: left;
  background: #ffffff;
  padding: 5px 10px; 
  
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px; 
  border-radius: 30px; 
}
#promo-large-banners #slides-pager .position{
  float: left;
  background: #ffffff;
  padding: 5px 10px; 
  
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px; 
  border-radius: 30px; 
}

#promo-banners #slides-pager .position a,#promo-large-banners #slides-pager .position a{
  float: left;
  height: 22px;
  line-height: 22px;
  width: 22px;
  text-align: center;
  color: #3885c0;
  margin: 0px 2px;
  font-weight: bold;
  text-decoration: none;
  
}
#promo-banners #slides-pager .position a.activeSlide,#promo-large-banners #slides-pager .position a.activeSlide{ 
  background: #2b2b2b;
  color: #ffffff;
  
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px; 
}

#slide-show{ float: left; width: 100%; }
#slide-show a{ float: left; width: 100%; } 
#slide-show img{
  float: left;
  border: 0px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}
