/*DL*/
.rotating-header {
	position:relative;
	margin:0;
	padding:0;	
	position:relative;
  overflow:hidden;
}
.rotating-header ul {
  list-style:none;
}
.rotating-header ul.slides {
  width:906px;
	height:236px;
  position:absolute;
  top:0;
  left:0;
}
.rotating-header ul li {
  padding:0;
  margin:0;
  float:left;
}
.rotating-header .dots {
  position:absolute;
  bottom:1000px;
  right:1000px;
  margin:0;
  z-index:120;
}
.rotating-header .dots li {
  border:1px solid #ccc;
  background:#fff;
  text-align:center;
  margin-right:5px;
}
.rotating-header .dots li.selected {
  background:#1f2060;
  
}
.rotating-header .dots li.selected a {
  color:#fff;
  font-weight:bold;
}
.rotating-header .dots li a {
  display:block;
  text-decoration:none;
  padding:3px 5px;
  min-width:14px;
}

.rotating-header .dlcaption a,
.rotating-header .dlcaption {
  color:white;
}
.rotating-header .dlcaption {
  left:0;
  position:relative;
  top:-57px;
  z-index:110;
}
.rotating-header .dlcaption .caption {
  height:35px;
  opacity:0.5;
  padding:10px 15px;
  position:relative;
}
.rotating-header .dlcaption .caption-text {
  background-color:transparent;
  bottom:10px;
  display:inline;
  height:35px;
  left:15px;
  position:absolute;
  z-index:12000;
}
.rotating-header .dlcaption .caption-text a {
  height:auto;
}
