.glidecontentwrapper {
	position: relative; /* Do not change */
	z-index: 1;
	width: 594px;
	height: 220px; 
	overflow: hidden;
}

.glidecontent { 
	position: absolute; /* Do not change */
	background: white;
	visibility: hidden;
	width: 594px;
}

.glidecontenttoggler { 
	position: absolute;
	z-index: 2;
	top: 190px;
	width: 594px;
	margin-top: 6px;
	text-align: right; 
}

.glidecontenttoggler a { 
	display: -moz-inline-box;
	display: inline-block;
	padding: 1px 3px;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
}

.glidecontenttoggler a.selected { 
}

.glidecontenttoggler a:hover {
}

.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

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