.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 495px;
height:149px; /* Set height to be able to contain height of largest content shown 355*/
overflow: hidden;
}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 490px;
background: #ffffff;
/*border: solid 1px #332525; */
padding-left: 10px;
}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 590px;
height: 20px;
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;*/
}

