div#featureds {
clear:both;
width:920px;
height:150px;
margin-bottom:5px;
background-color:#fff;
}

*:first-child+html #featureds{
height:200px;
}

#leftBannerArrow{
float:left;
width:12px;
height:100%;
margin-right:10px;
cursor:pointer;
}

#rightBannerArrow{
float:left;
width:12px;
height:100%;
margin-left:10px;
cursor:pointer;
}

#leftBannerArrow img, #rightBannerArrow img{
position: relative;
top:50%;
}

#bannerContainer{
float:left;
width:876px;
margin: 0 auto;
overflow:hidden;
_position:relative;
}

#bannerScroll{
overflow:auto;
left:0px;
width:10000px;
position:relative;
}

div.featured {
overflow:hidden;
float:left;
margin:0px 5px 0 0;
}

div.featured.collapse{
width:100px;
}

*:first-child+html #bannerContainer {
position: relative;
}


