@charset "utf-8";
div#thumbsContainer{ 
    width:440px;  
    height:108px;
    overflow:hidden; 
    float:left;         
}

#inlineThumbs img{  
    width:104px;
    height:104px;
    border:1px solid #aaa;
    margin:0;
    margin-right:5px;
    cursor:pointer;
}
#inlineThumbs img:hover{
    border:2px solid #3366FF;
    width:102px;
    height:102px;
}

div#inlineThumbs{
    margin-left:4500px;
    width:9990px;
    height:150px;
    float:left;   
}

div#scroller{
    margin:0; 
    padding:0;
    height:98px;
}

#leftNav, #rightNav{
    width:35px;
    height:105px;
    float:left;
    cursor:pointer;
}

#leftNav{
    background:url(../images/template/brandsflash/leftarrow.jpg) 0px -1px  no-repeat;
}

#rightNav{
    background:url(../images/template/brandsflash/rightarrow.jpg) 0px -1px no-repeat;
}

#leftNav:hover{
    background:url(../images/template/brandsflash/leftarrow.jpg) 0px -1px  no-repeat;
}

#rightNav:hover{
    background:url(../images/template/brandsflash/rightarrow.jpg) 0px -1px no-repeat;
}

#scrollerTitles{
    padding-left:33px;
    margin-bottom:5px;
}
#scrollerTitles h2{
    font-family:arial;
    font-size:16px;
    font-weight:bold;
    color:#333;
}
#scrollerTitles h2 a{ 
    text-decoration:none;
    color:#cc0000;
} 
#scrollerTitles h2 a:hover{ 
    text-decoration:underline;
    color:#cc0000;
}  
