#header-pics {
width: 624px;
height: 278px;
list-style: none;
padding: 0px;
margin: 0px;
position: absolute;
}

#header-pics li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding: 0px;
margin: 0px;
width: 624px;
height: 278px;
display: none;
}

#header-pics li.active {
display: block;
}

#header-numbers {
list-style: none;
padding: 0px;
margin: 0px;
position: absolute;
z-index: 10;
margin-top:248px;
margin-left:10px;
}

#header-numbers li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
/*padding: 2px;
padding-top: 3px;*/
margin: 3px;
width: 15px;
/*height: 17px;*/
text-align: center;
float:left;
background-color: #cccccc;
color: black;
font-size:11px;
cursor: pointer;
border:1px solid #fff;
}

#header-numbers li.active {
background-color: #F68726;
color: white;
}

#header-pics img {
position:absolute;
}


.caption {
padding:10px 0 0 10px;
position:absolute;
z-index:20;
color:#ffffff;
font-weight:bold;
font-size:16px;
}

 

.overimage {
position: absolute;
width:624px;
height:278px;
}