﻿.glidecontentwrapper
    {
        position: relative; /* Do not change this value */
        width: 233px;
        height: 215px;
        overflow: hidden;
        border: 1px solid #ff9900;
        background-color: #F2F2F2;
    }
    .glidecontent
    {
        /*style for each glide content DIV within wrapper.*/
        position: absolute; /* Do not change this value */
        background: #F2F2F2;
        padding: 5px;
        visibility: hidden;
        width: 225px;
    }
    .glidecontenttoggler
    {
        /*style for DIV used to contain toggler links. */
        width: 215px;
        height: 25px;
        text-align: right;
        background-color: #ff9900;
        padding-top: 7px;
        padding-left: 12px;
        padding-right: 8px;
    }
    .glidecontenttoggler a
    {
        display: inline;
        color: #ffffff;
        font-family: Arial;
        font-size: 11px;
        text-decoration: none;
        padding-left: 3px;
        padding-right: 5px;
        text-align: center;
    }
    .glidecontenttoggler a img
    {
        vertical-align: middle;
    }
    .glidecontenttoggler a.selected
    {
        font-weight: bold;
        color: Black;
        background-color: White;
    }
    .glidecontenttoggler a:hover
    {
    }
    .glidecontenttoggler a.toc
    {
        /*style for individual toggle   r links (page 1, page 2, etc). ".toc" class auto generated! */
    }
    .glidecontenttoggler a.prev, .glidecontenttoggler a.next
    {
        /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
    }
    .glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover
    {
    }

