.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 100%;
height: 230px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
text-align:right;
}


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background-color:#ffffee;
padding: 0;
visibility: hidden;
}

