.glidecontentwrapper
{
	position: relative; /* Do not change this value */
	width: 880px;
	height: 347px;
	overflow: hidden;
	text-decoration: none;
}
.glidecontent
{
	position: absolute;
	visibility: hidden;
	width: 880px;
}
.glidecontenttoggler
{
	width: 880px;
	margin-top: 6px;
	text-align: center;
}
.glidecontenttoggler a
{
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid black;
	color: #2e6ab1;
	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.toc
{
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next
{
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover
{
	background: #1A48A4;
	color: white;
}
