.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 200px;
height: 215px; /* Set height to be able to contain height of largest content shown*/
border: none;
overflow: hidden;
}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #424242;
visibility: hidden;
width: 200px;
}
.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
width: 200px;
margin: -18px 0px 10px 0px;
overflow: hidden;
}
.cssbuttonstoggler a{ 
text-decoration: none;
}
.cssbuttonstoggler a.toc{
display: none;
}
.cssbuttonstoggler a.prev {
background: url("leftArrow.png") no-repeat;
width: 13px;
height: 14px;
float: left;
margin-left: 10px;
margin-top: 5px;
}
.cssbuttonstoggler a.next {
background: url("rightArrow.png") no-repeat;
width: 13px;
height: 14px;
float: right;
margin-right: 10px;
margin-top: 5px;
}
