.glidecontentwrapper {
position : relative;
width : 471px;
height : 525px;
overflow : hidden;
text-align : center;

}
.glidecontent {
position : absolute;
background : white;
visibility : hidden;
width : 471px;
margin-top: -5px;


}
.glidecontenttoggler {
	width : 625px;
	text-align : center;
	height: auto;
}
.glidecontenttoggler a {
display : inline-block;
border : 1px;
color : #2e6ab1;
padding : 10px 5px;
margin-right : 3px;
font-weight : bold;
text-decoration : none;
}
.glidecontenttoggler a.selected {
font-size : 15px;
background : #cccccc;
color : black;
}
.glidecontenttoggler a:hover {
font-size : 15px;
background : #cccccc;
color : black;
}
.glidecontenttoggler a.toc {
font-size : 15px;
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next {
font-size : 15px;
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
background : #1a48a4;
color : white;
font-size : 15px;
}
