.fadecontentwrapper { /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
	position: relative;
	width: 1120px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 590px;
}
.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;
	visibility: hidden;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}
.fadecontenttoggler { /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
	overflow: hidden;
}
.fadecontenttoggler a { /*style for every navigational link within toggler */
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: black;
	padding: 0px;
}
.fadecontenttoggler a:hover {
	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! */
	color: black;
}
.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover {
	color: white;
	background: black;
}
.fadecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #C03021;
	color: white;
}
#whatnewstoggler.arrowr {
	position: absolute;
	top: 300px;
	right: 0px;
}
#whatnewstoggler.arrowl {
	position: absolute;
	top: 300px;
	left: 0px;
}
.thumbthumbr {
	color: white;
	position: absolute;
	top: 220px;
	display: block;
	right: 0px;
}
.thumbthumbl {
	color: white;
	position: absolute;
	top: 220px;
	display: block;
	left: 0px;
}

