/* =BANNER */

#banner {
  width: 960px;
  height: 255px;
  margin: 0 auto;
  overflow: hidden;
}

#banner #navigation_dots {
	width: 160px;
	height: 10px;
	background: transparent url('/data/images/opacity.png') repeat;
	position: relative;
	top: -30px;
	left: 400px;
	padding: 5px 10px;	
	z-index: 9999;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#banner #navigation_dots #dots a {
  display: block;
  float: left;
  background: url("banner_dot.png") 0 0 no-repeat;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
}

#banner #navigation_dots #dots a.selected {
  background-position: 0 -10px;
}

#banner #slideshow {
  margin: 0 0 0 0;  
}

#banner #slideshow a img {
  width: 940px;
  height: 300px;    
}