.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 400px;
height: 225px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidecontent{
position: absolute; /* Do not change this value */
background: url(images/special-bg.png) no-repeat scroll center;
width: 400px;
line-height: 17px;
height: 225px;
color: #002966;
font-size: 17px;
font-weight: bold;
visibility: hidden;
text-align: left;
}

.glidecontent a{
color: #FF6600;
}

.glidecontenttoggler{
width: 400px;
font-size: 11px;
font-family: Century Gothic, Trebuchet MS, serif;
padding-top: 10px;
text-align: center;
}

.glidecontenttoggler a {
display: inline-block;
color: #FF6600;
padding: 1px 0px;
margin-right: 0px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{
color: #0033BB;
text-decoration: none;
}