.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 300px;
height: 230px; /* 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 */
background: white;
padding: 3px;
visibility: hidden;
width: 300px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 300px;
margin-top: 0px;
text-align: right; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
