.glidecontentwrapper{
position: relative; /* Do not change this value */

height: 100px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden; background-color:#000000;  text-align:center; width:468px}



.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
 width:468px;height: 100px;

visibility: hidden; left:0px; text-align:center; background-color:#000000

}


.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:link{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;

color: #9FE4F0;

text-decoration: none; font-family:Arial; font-variant:small-caps
}
.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-position: 0% 0%; background-image:url('none'); background-repeat:repeat; background-attachment:scroll
}

.glidecontenttoggler a:hover{
background-position: 0% 0%; background-image:url('none'); background-repeat:repeat; background-attachment:scroll
}

.glidecontenttoggler a.toc{ color: #00FFFF
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ border-style:outset; border-width:1px; font-family: Arial; font-size: 10pt; ;  font-variant:small-caps; font-weight:bold; text-align:center; padding-left:10px; padding-right:10px; padding-top:4px; padding-bottom:4px
}

.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; font-family:Arial; padding-left:10px; padding-right:10px; padding-top:4px; padding-bottom:4px; background-image:url('none'); background-repeat:repeat; background-attachment:scroll }
