

            #example1 .montePrev, #example1 .monteNext, #example1 .montePlay { 
                display:block; 
                background-image:url(../images/buttons.png); 
                background-repeat:none;
                position:absolute;
                text-indent:-9999px;
            }
            #example1 .montePrev { width:29px; height:28px; background-position:0 -46px; bottom:-48px; left:163px }
            #example1 .montePrev:hover { background-position:0 -6px; }
            #example1 .monteNext { width:29px; height:28px; background-position:-70px -46px; bottom:-47px; left:234px;}
            #example1 .monteNext:hover { background-position:-70px -6px; }
            #example1 .montePlay { width:41px; height:40px; background-position:-29px -120px; bottom:-53px; left:192px; }
            #example1 .montePlay:hover { background-position:-29px -80px; }
            #example1 .montePaused { background-position:-29px -40px; }
            #example1 .montePaused:hover { background-position:-29px 0px; }

          