/* main page product thumbs scroller */
#mpp_container{
    margin-top:15px;
/*    background:transparent url('/images/image_scroller/bottom_shadow_home.png') top center no-repeat;*/
}


div#thumbsContainer{ 
    margin-left:2px;   
    width:523px;  
    height:98px;
    padding:0px 0px;
    margin:0;      
    overflow:hidden; 
    float:left;      
/*    background:transparent url('/images/image_scroller/container_bg.png') top center repeat-x;   */
}

#inlineThumbs img{  
/*    border:1px solid #dcddde;*/
    padding:4px;
    background:url('/images/strip-line.gif') top left repeat;
    margin:0;
    margin-right:3px;
    cursor:pointer;
}
#inlineThumbs img:hover{
/*    border:1px solid #cc0000;*/
}

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

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

#leftNav, #rightNav{
    width:30px;
    height:98px;
    float:left;
    cursor:pointer;
}

#leftNav{
    background:url('/images/image_scroller/arrow_left.png') -2px -10px  no-repeat;
}

#rightNav{
    background:url('/images/image_scroller/arrow_right.png') -4px -10px no-repeat;
}

#leftNav:hover{
    background:url('/images/image_scroller/arrow_left.png') -2px -110px  no-repeat;
}

#rightNav:hover{
    background:url('/images/image_scroller/arrow_right.png') -4px -110px no-repeat;
}

#scrollerTitles{
    padding-left:0px;
    margin-bottom:15px;
}  
