/* BEGIN watch button Rollover Effect */

        #rollover a {
                width: 228px;
                height: 25px;
                display: block;
background-image:url(http://static.triponia.com/img/watch_gross.jpg);
background-repeat:no-repeat;
                }
        #rollover a:visited {
                width: 228px;
                height: 25px;
                display: block;
background-image:url(http://static.triponia.com/img/watch_gross_b.jpg);
background-repeat:no-repeat;
                }

        #rollover a:active {
width:228px;
height:25px;
display:block;
background-image:url(http://static.triponia.com/img/watch_gross.jpg);
background-repeat:no-repeat;
                }
        #rollover a:hover {
width:228px;
height:25px;
display:block;
background-image:url(http://static.triponia.com/img/watch_gross.jpg);
background-repeat:no-repeat;
                }

/* END watch button Rollover Effect */


/* BEGIN watch button Rollover Effect klein */

        #rollover_k a {
                width: 88px;
                height: 25px;
                display: block;
background-image:url(http://static.triponia.com/img/watch_a_k.jpg);
background-repeat:no-repeat;
                }
        #rollover_k a:visited {
                width: 88px;
                height: 25px;
                display: block;
background-image:url(http://static.triponia.com/img/watch_a_k.jpg);
background-repeat:no-repeat;
                }

        #rollover_k a:active {
width: 88px;
height: 25px;
display: block;
background-image:url(http://static.triponia.com/img/watch_b_k.jpg);
background-repeat:no-repeat;
                }
        #rollover_k a:hover {
width: 88px;
height: 25px;
display: block;
background-image:url(http://static.triponia.com/img/watch_b_k.jpg);
background-repeat:no-repeat;
                }

/* END watch button Rollover Effect klein */
