/* template-navigation: PLEASE OMIT THIS STYLE */
#template-navigation {
    position: fixed;
    top: 0;
    right: 20px;
    display: block;
    width: 40px;
    overflow: hidden;
    z-index: 1000;
}
    /* template-navigation: PLEASE OMIT THIS STYLE */
    #template-navigation  a,
    #template-navigation  span {
        display: block;
        float: left;
        width: 19px;
        height: 19px;
        line-height: 14px;
        color: white;
        text-transform: lowercase;
        text-align: center;
        text-decoration: none;
        background-color: #f1c800;
        border-right: 1px solid white;
        cursor: pointer;
        -moz-border-radius-bottomleft: 5px 5px;
        border-bottom-left-radius: 5px 5px;
    }
    /* template-navigation: PLEASE OMIT THIS STYLE */
    #template-navigation span {
        background-color: #f9eba4;
    }
        /* template-navigation: PLEASE OMIT THIS STYLE */
        #template-navigation  a:hover {
            text-decoration: none;
            background-color: #c0a002;
        }
        /* template-navigation: PLEASE OMIT THIS STYLE */
        #template-navigation  span.next-example,
        #template-navigation  a.next-example {
            float: right;
            border-right: 1px solid white;
            -moz-border-radius-bottomleft: 0 0;
            border-bottom-left-radius: 0 0;
            -moz-border-radius-bottomright: 5px 5px;
            border-bottom-right-radius: 5px 5px;
        }
/* template-navigation: PLEASE OMIT THIS STYLE */