@charset "utf-8";
/* CSS Document */

.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
	position: relative;
	width: 454px;
	height: 364px; /* Set height to be able to contain height of largest content shown*/
	border: 5px solid #7F5628;
	overflow: hidden;
	margin-left: 10px;
	top: 15px;
	margin-top: 40px;
}


.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;
	background-color: #E1DEBF;
	width: 452px;
	padding-top: 2px;
	padding-left: 1px;
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
	width: 437px;
	overflow: hidden;
	padding: 2px;
	margin: 2px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.fadecontenttoggler img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}


.fadecontenttoggler a{ /*style for every navigational link within toggler */
	text-decoration: none;
	float: left;
	display: block;
	font-weight: bold;
	padding: 3px;
}

.fadecontenttoggler a:hover{
	color: white;
	background-color: #FAE565;
	border-top-color: #CDC093;
	border-right-color: #CDC093;
	border-bottom-color: #CDC093;
	border-left-color: #CDC093;
}

.fadecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	margin: 2px;
	border: 2px solid #000000;
}

.fadecontenttoggler a.prev, .fadecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	color: black;
	border: 1px solid #000000;
	background-color: #A59469;
	margin-top: 5px;
}

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
	color: white;
	background: black;
	border-top-color: #FEF483;
	border-right-color: #FEF483;
	border-bottom-color: #FEF483;
	border-left-color: #FEF483;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color: white;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
}

.gallery_label {
	background-color: #A59469;
	font-weight: bold;
	border: 1px solid #000000;
	font-size: 18px;
	margin-bottom: 0px;
	background-position: bottom;
	height: 25px;
	margin-top: 25px;
}
