/* Tuotteet-sivun karusellivalikko */

#menuwrap_tuotteet {  
    width:485px;  
    height:68px;
    height:1%;  
    position:relative;
}  
  
ul#menu_tuotteet {  
    width:485px;  
    height:68px;  
    float:left;  
    padding:0;  
    list-style-type:none;
}  
  
ul#menu_tuotteet li {  
    float:left;  
}  
  
ul#menu_tuotteet li a {  
    display: block;  
    height: 68px; 
    overflow:hidden;  
    text-indent:-99999px;  
    background: transparent url(../images/menu_tuotteet_matrix.png) no-repeat;
}
  
ul#menu_tuotteet li#mugi a { background-position:0 0; width:162px; }  
ul#menu_tuotteet li#mugi a:hover { background-position:0 -68px; width:162px; }  
  
ul#menu_tuotteet li#adsolut a { background-position:-162px 0; width:162px; }  
ul#menu_tuotteet li#adsolut a:hover { background-position:-162px -68px; width:162px; }  
  
ul#menu_tuotteet li#velemu a { background-position:-324px 0; width:161px; }  
ul#menu_tuotteet li#velemu a:hover { background-position:-324px -68px; width:161px; }