.glidecontentwrapper
{
	position:					relative;
	width:						742px;
	height:						300px;
	overflow:					hidden;
	background-image:			url('bg.gif');
}

.glidecontent
{
	position:					absolute;
	background-image:			url('bg.gif');
	visibility:					hidden;
	width:						742px;
}

.glidecontenttoggler
{
	font-family:				Tahoma, Verdana, Arial, Tunga;
	font-size:					10px;
	margin-top:					-3px;
	width:						742px;
	text-align:					center; /*How to align pagination links: "left", "center", or "right"
	background:					white; /*always declare an explicit background color for fade effect to properly render in IE*/
}

.glidecontenttoggler a
{
	display:					-moz-inline-box;
	display:					inline-block;
	padding:					1px 3px;
	margin-right:				3px;
	font-weight:				bold;
	color:						#9097ac;
	text-decoration:			none;
}

.glidecontenttoggler a.selected
{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color:						black;
}

.glidecontenttoggler a:hover
{
	color:						black;
}

.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
{
	color:						black;
}