/* example7 */
 
#example7 .kwicks li{
	width: 205px;
	height: 85px;
	margin-bottom: 3px;
}



#example7 .kwicks_inner {
	width: 205px;
}
#example7 .bigLetter {
	font-size: 60px;
	height: 100px;
	color: red;
	float: left;
}
#example7 .smallLetters {
	display: none;
	text-align: center;
	width: 140px;
	color: #ccc;
	font-size: 16px;
	margin-top: 13px;
	float: right;
}
#example7 li.active .smallLetters {
	display: block;
}




/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	height: 150px
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 205px;
	background-image: url(../templates/gfx2/zakladka01.gif); background-position: left top; background-repeat: no-repeat

}



 


