.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 900px;
height: 100px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidecontentwrapper-ne{
position: relative; /* Do not change this value */
width: 900px;
margin: 0 auto 40px;
height: 1170px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 900px;
background: white;
}

.glidecontent-ne{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 450px;
margin-top: 0px;
background: white;
padding: 0px 10px;
}

.glidecontent-ne img {margin: 0 0 20px;}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
margin: 10px 0;
text-align: center;
height: 0px;
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}


#toc-glide {display: none !important;}

.glidecontenttoggler a, .glidecontenttoggler a:visited{ /*style for every navigational link within toggler */
display: -moz-inline-box;
padding: 8px;
color: #291f11;}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #ede8cb;
}

.glidecontenttoggler a:hover{
background: #ebd9a6;
}

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