.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 840px;
height: 250px; /* Set height to be able to contain height of largest content shown*/
border-bottom: 1px solid #FFFFFF;
overflow: hidden;
}

.glidecontent1{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #523500;
padding: 10px;
visibility: hidden;
width: 840px;
}

.glidecontentwrapper2{
position: relative; /* Do not change this value */
width: 600px;
height: 250px; /* Set height to be able to contain height of largest content shown*/
border-bottom: 1px solid #FFFFFF;
overflow: hidden;
}

.glidecontent2{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #523500;
padding: 10px;
visibility: hidden;
width: 600px;
}
