.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 200px;
height: 210px; /* Set height to be able to contain height of largest content shown*/
border: none;
overflow: hidden;
}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #d3c8aa;
visibility: hidden;
width: 200px;
}
.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
width: 200px;
margin: -18px 0px 10px 0px;
background: none; /*always declare an explicit background color for fade effect to properly render in IE*/
overflow: hidden;
}
.cssbuttonstoggler a{ 
text-decoration: none;
}
.cssbuttonstoggler a.toc{
display: none;
}
.cssbuttonstoggler a.prev {
background: url("leftArrow.png") no-repeat;
width: 13px;
height: 14px;
float: left;
}
.cssbuttonstoggler a.next {
background: url("rightArrow.png") no-repeat;
width: 13px;
height: 14px;
float: right;
}
.teaser 
{
    line-height: 100%;
}