/*body {
	background-image: none;
	background-color: #1d1e21;
	padding: 0 0 0 50px;
	text-align: left;
	color: white;
}*/
 
/*h1 {
	margin: 30px 0 10px 0;
	padding: 0;
	color: white;
	font-size: 1.5em;
}*/
 
.returnToKwicks {
	display:block;
	border:1px dashed #888;
	padding:5px;
	float:right;
}
.returnToKwicks:hover {
	background-color: #5e5e76;
	text-decoration: none;
	color: #aaa;
}
 
/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	clear: right;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
 
 
/* example7 */
#example7 li {
	float: left;
	width: 90px;
	height: 60px;
}
#example7 .kwicks_inner {
	width: 200px;
}
#example7 .bigLetter {
	font-size: 60px;
	height: 100px;
	color: #335f2d;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}
#example7 .smallLetters {
	display: none;
	text-align: center;
	width: 140px;
	color: #639640;
	font-size: 16px;
	margin-top: 13px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#example7 li.active .smallLetters {
	display: block;
}
