.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 600px;
height: 58px; /* Set height to be able to contain height of largest content shown*/
border: none;
overflow: hidden;
margin-top: 40px;
}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #00205b;
visibility: hidden;
width: 600px;
color: #ffffff;
height: 78px;
text-align: right;
}
.teaser 
{
    color: #ffffff !important;
    font-size: 12px;
    line-height: 100%;
}
.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
position: absolute;
width: 120px;
height: 20px;
background: none; /*always declare an explicit background color for fade effect to properly render in IE*/
overflow: hidden;
right: 0px;
top: 14px;
}
.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;
}
a.eventsTitle
{
    color: #89b3ff;
}
a:visited.eventsTitle 
{
    color: #89b3ff;
}
a:hover.eventsTitle 
{
    color: #ffffff;
}
a:active.eventsTitle 
{
    color: #cccccc;
}