

#bannerMain{
    position:relative;
    overflow:hidden;
}

#bannerInner{
    position: absolute;
    left: 0;
}

#bannerList{
    position:absolute;
    right:0;
    bottom:0;
    border-top-left-radius:10px;
    background-color:#FFF;
    padding:7px 5px;
    z-index:1000;    
}

#bannerList a{
    display:inline-block;
    background-image:url('../images/bannerNavigation.png');
    background-position:left top;
    height:13px;
    width:13px;
    margin:0 2px;  
    outline: 0;
	text-decoration:none;
}

#bannerList a:hover{
    background-position:left 26px;
}

#bannerList a:active{
    background-position:left 13px;
}

#bannerList a.activeBannerListItem{
    background-position:left 39px;
}

.bannerItem img{
max-width:200px !important;
}

.bannerItem.custom img{
max-width:none !important;
}