<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 629px;
height: 156px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow: hidden;
float:left;
}
a {
outline: none;
}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 0px;
visibility: hidden;
width: 629px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 735px;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
/*display: -moz-inline-box;
display: inline-block;
color: #2e6ab1;*/
padding: 0px 0px;
margin-right: 0px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */

}

.glidecontenttoggler a:hover{

}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev {
float:left;
margin-top:55px;
}

.glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
float: right;
margin-top:55px;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{

}</pre></body></html>