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

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: black;
padding: 0;
visibility: hidden;
width: 100%;
z-index: 20;
margin-top: 120px;
top : 13px;
height: 419px; 
visibility: visible; 
z-index: 111;
display: -moz-inline-box;
display: inline-block;
text-align:center;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
display: -moz-inline-box;
display: inline-block;
position: absolute;
width: 90px;
text-align: center; /*How to align pagination links: "left", "center", or "right"*/
margin: 0;
z-index: 10;
width:100%;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
position: absolute;
border: none;
color: #2e6ab1;
padding: 0;
margin-right: 0;
text-decoration: none;
z-index: 140;
width: 90px;

}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
border: 3px solid #ed9a16;
color: #ed9a16;
}

.glidecontenttoggler a:hover{
border: 3px solid #ed9a16;
color: #ed9a16;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
position: relative;
z-index: 20;
margin-top: 13px;
/*margin-left: 400px;*/
font-size : 12px;
color: white;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
border: 0;}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
border: 0;
background: #1A48A4;
visibility: hidden;
}


