.glidecontentwrapper{
position: relative; /* Do not change this value */
width:215px;
height:160px; /* 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 */
visibility: hidden;
width: 10px;

}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 35px;
background: #dcba9e; /*always declare an explicit background color for fade effect to properly render in IE*/
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
/*display: inline-block;*/
}
