.glidecontentwrapper{
position: relative; /* Do not change this value */

height: 260px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden; background-color:#000000;  text-align:center; width:520px}



.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #000000; width:520px;

visibility: hidden; left:70px; text-align:center

}


.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;

color: #9fe4f0;

text-decoration: none; font-family:Lucida Sans Unicode
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ border-style:outset; border-width:1px; font-family: Arial; font-size: 10pt; padding-left: 5px; padding-right: 
               5px; padding-top: 2px; padding-bottom: 2px; font-variant:small-caps; font-weight:bold; text-align:center
}

.glidecontenttoggler a:hover.prev, .glidecontenttoggler a:hover.next{
border-style:inset; border-width:1px; background-position: 0% 0%; font-variant:small-caps; font-weight:bold; text-align:center; background-image:none; background-repeat:repeat; background-attachment:scroll
}
