.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 950px;
height: 380px;
border: 1px solid black;
overflow: hidden;
}
.glidecontent{ 
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 330px;
}

.glidecontenttoggler{ 
width: 950px;
margin-top: 2px;
text-align: center; 
background: white; 
}

.glidecontenttoggler a{
color: #2e6ab1;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{

}

.glidecontenttoggler a:hover{

}

.glidecontenttoggler a.toc {
}

.glidecontenttoggler a.prev{
margin-right: 350px;
}

.glidecontenttoggler a.next{ 

}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{

}