.glidecontentwrapper{
position: relative; /* Do not change this value */
width:285px;
height:110px; /* 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: 275px;
background: url(../images/charte/bg-glitecontent.jpg) no-repeat top right;
}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 280px;
height: 25px;
background: transparent;/* 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;*/
}
