.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
	position: relative;
	width: 900px;
	height: 370px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	right: -50%;
	margin-left: -450px;
	
}

.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
 
visibility: hidden; position:absolute;
width: 900px;

background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif; font-size:12px;
color:#6f6d6d;

}
.fadecontent strong{color:#3c96d8; font-size:20px; font-weight:normal; display:block; padding-top:15px; padding-bottom:4px; padding-left:13px; font-family:Tahoma;}

.fadecontent p{ padding:0px 20px 10px 5px; margin:10px; line-height:15px;}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
	width:520px;
	position: relative;
	right: -50%;
	margin-left: -70px; 
	height:80px;	
	

}

.fadecontenttoggler a{ /*style for every navigational link within toggler */
text-decoration: none;
padding: 5px 5px 5px 5px;
float: left;
display: block;
font-weight: bold;
color: black;
margin:0;
		
}

.fadecontenttoggler a:hover{
color: #CCCCCC;
}

.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: #CCCCCC;
background: black;
border:0;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #CCCCCC; border:0;
}
.fadeContentBox { 
	display: -moz-inline-stack; 
	display: inline-block; 
	padding: 10px 10px 10px 10px; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;  
	text-decoration: none; 
}
.fadeContentTXT {
	font-size: 50px;
	letter-spacing: -1px;
	line-height: 34px;
	color: #16bae8;
	
}
.fadeContentSubTXt {
	font-size: 16px;
	color: #eeeeee;	
}
