/***** Banner *****/
#banner {
overflow:hidden;
border:0px solid #F4F4F4; 
border-width:0 0 0px;
/* added */
width:1003px; 
height:409px; 
overflow:hidden;
position:relative; 
z-index:0;
background:#666 url("bannerBg.gif") repeat-x 0 0;
}
#banner img{
display:block; 
}
#bannerContent {
width:1003px; 
height:409px;
}
/* added */
#bannerControls{
position:absolute; 
bottom:0px;
left:0;
z-index:1000;
width:100%; 
text-align:right;
padding-bottom:6px; 
}
#bannerControls a{
display:inline-block; 
position:relative; 
width:20px;
height:20px;
line-height:20px; 
overflow:hidden; 
margin-right:5px;
font-size:12px;
text-align:center; 
color:#fff; 
background:#000; 
}
#bannerControls a:hover,
#bannerControls a.activeSlide{
background:#802323; 
font-weight:bold;
}
#bannerControls a img{
width:98px;
position:absolute; 
top:0;
left:0;
}
#insideBanner {
background:url("insideBannerBg.gif") no-repeat 0 100%;
padding-bottom:21px; 
height:0px;
}

/***** Clear fixed *****/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}