@charset "UTF-8";
.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
	position: relative;
	width: 422px;
	height: 252px;
	overflow: hidden;
}

.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
position: absolute;
background: white;
visibility: hidden;
width: 420px;
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
	width: 420px;
	height: 16 px;
	border: 0 solid #EB6E08;
	overflow: hidden;
	margin-top: 10px;
}

.fadecontenttoggler a{ /*style for every navigational link within toggler */
	text-decoration: none;
	padding: 0 5px;
	float: left;
	display: block;
}

.fadecontenttoggler a:hover{
background: #EB6E08;
color: white;
}

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

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

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
color: white;
background: #fff;
}
#center {
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #EB6E08;
color: white;
}
