#container {
margin: auto;
text-align: left;
}
#header, #contentTop, #contentBottom, #content, #footer {
float: left;
clear: both;
display: inline;
width: 697px;
position: relative;
}
#content {
background-position: right 0;
background-repeat: repeat-y;
width: 697px;
}
ul#featuredNav {
display: none;
margin: 0;
position: absolute;
top: 200px; 
right: 16px;
z-index: 100;
}
ul#featuredNav li {
float: left;
display: inline;
line-height: 20px;
text-align: center;
margin: 0 0 0 5px;
width: 20px; height: 20px;
}
ul#featuredNav li a {
background: #555;
border: 1px solid #fff;
color: #fff;
display: block;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
ul#featuredNav li a:hover {
background: #eee;
border: 1px solid #1a4f86;
color: #1a4f86;
opacity:50%;
}
ul#featuredNav li a.activeSlide {
background: #eee;
border: 1px solid #1a4f86;
color: #1a4f86;
}
div#featured { position: relative }

div#featured div.panel {
width: 697px; height: 234px;
position: relative;
}
div#featured div#panel-1 { background: url(../images/img2.jpg) no-repeat  }
div#featured div#panel-2 { background: url(../images/img1.jpg) no-repeat  }
div#featured div#panel-3 { background: url(../images/img3.jpg) no-repeat  }



