.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 175px;
height: 215px; /* 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: #ffffff;
visibility: hidden;
width: 175px;
}
.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
width: 120px;
margin: -18px 0px 10px 39px;
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%;
}