/* main page product thumbs scroller */

div#thumbsContainer{ 
    margin-left:3px;   
    width:360px;  
    height:84px;
    padding:0px 0px;
    margin:0;      
    overflow:hidden; 
    float:left;      
    background:transparent url('/css/layout/main_page_products/container_bg.jpg') top center repeat-x;   
}

#inlineThumbs img{  
    /*width:82px;
    height:82px;*/
    width:110px;
    height:82px;
    border:1px solid #aaa;
    margin:0;
    margin-right:5px;
    cursor:pointer;
}
#inlineThumbs img:hover{
    border:2px solid #cc0000;
    /*width:80px;
    height:80px;*/
    width:108px;
    height:80px;
}

div#inlineThumbs{
    margin-left:4500px;
    width:9990px;
    height:150px;
    float:left;   
}

div#scroller{
    margin:0; 
    padding:0;
    height:84px;
}

#leftNav, #rightNav{
    width:35px;
    height:84px;
    float:left;
    cursor:pointer;
}

#leftNav{
    background:url('/css/layout/main_page_products/arrow_left.png') 0px -1px  no-repeat;
}

#rightNav{
    background:url('/css/layout/main_page_products/arrow_right.png') 0px -1px no-repeat;
}

#leftNav:hover{
    background:url('/css/layout/main_page_products/arrow_left.png') 0px -85px  no-repeat;
}

#rightNav:hover{
    background:url('/css/layout/main_page_products/arrow_right.png') 0px -85px 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;
}  
