@charset "UTF-8";


/**
 * Foldable Widget
 */
ul.foldable.active,
ul.foldable.active ul { list-style-type: none; margin-left: 0.3em; padding-left: 1.5em; }

ul.foldable.active li        > span { padding-left: 1em; background: no-repeat left; cursor: default; }
ul.foldable.active li.closed > span { background-image: url("plus.png"); }
ul.foldable.active li.opened > span { background-image: url("minus.png"); }

ul.foldable.active li        > ul { display: none; }
ul.foldable.active li.opened > ul { display: block; margin-top: 0.2em; margin-bottom: 0.2em; }





/**
 * Slideshow Widget
 */
.slideshow {
	position: relative;
	margin: 1em -1em 2em;
	width: 20em;
	height: 15em;
	padding: 0;
	overflow: hidden;
	border: solid white;
	border-width: 1px 0;
	background-color: black;
	text-align: center;
}

.slideshow img {
	position: absolute;
	top: 7.5em;
	left: 10em;
	margin: -105px 0 0 -140px;
}
