.glidecontentwrapper {
position : relative;
width : 900px;
height : 200px;
border : 0 solid #687c98;
overflow : hidden;
}
.glidecontent {
position : absolute;
background : white;
padding : 0;
visibility : hidden;
width : 900px;
}
.glidecontenttoggler {
width : 360px;
margin-top : 6px;
text-align : left;
}
.glidecontenttoggler a {
display : inline-block;
border : 1px solid black;
color : #2e6ab1;
padding : 1px 3px;
margin-right : 3px;
font-weight : bold;
text-decoration : none;
}
.glidecontenttoggler a.selected {
background : #e4effa;
color : black;
}
.glidecontenttoggler a:hover {
background : #e4effa;
color : black;
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
background : #1a48a4;
color : white;
}

