A.Grey link 	   { color: #5a5a5a; font-family: FontName, "Century Gothic"; text-decoration: none }
.glidecontentwrapper      { position: relative; width: 475px; height: 150px; overflow: hidden; border: solid 3px silver }
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent   { background: white; visibility: hidden; padding: 10px; position: absolute; width: 475px }
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler    { color: #808080; text-align: center; margin-top: 6px; width: 475px }
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a { color: #808080; font-weight: bold; text-decoration: none; display: inline-block; margin-right: 3px; padding: 1px 3px; border: solid 1px black }

.glidecontenttoggler a.selected { color: #808080; background: #e4effa }

.glidecontenttoggler a:hover { color: #808080; background: #e4effa }

.glidecontenttoggler a.toc { color: #808080 }

.glidecontenttoggler a.prev, .glidecontenttoggler a.next { color: #808080 }

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover { color: #808080; background: #1a48a4 }