@charset "utf-8";
/* CSS Document */

.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;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

/* example4 */
#example4 .kwicks li{
	width: 480px;
	height: 118px;
	margin-bottom: 10px;
}
#example4 #kwick1 { 
	background-color: transparent;
}
#example4 #kwick2 {
	background-color: transparent;
}
#example4 #kwick3 {
	background-color: transparent;
}
#example4 .bigLetter img {
	float: left;
	width:	61px;
	height: 61px;
	
}
#example4 .bigLetter h1.whatwedo {
	float: left;
}

