/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

/* example7 */

#example7 {
	margin-top: 8px;
}
#example7 li {
	float: left;
	width: 160px;
	height: 158px;
}
#example7 .kwicks_inner {
	width: 270px;
}
.kwicks_inner h2 {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #444444;
	margin: 0px;
	padding: 0px;
	width: 100px;
}
.p_slogan h3 {
	font-size: 12px;
	color: #333333;
	padding: 0px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 54px;
}


#example7 .bigLetter1 {
	height: 158px;
	float: left;
	margin-left: 5px;
	margin-right: 8px;
}
#example7 .bigLetter {
	height: 158px;
	color: #000000;
	float: left;
	background-image:url(../img/p_line.gif);
	background-repeat:repeat-y;
	font-size: 11px;
	line-height: 13px;
	background-position: left top;
	padding-right: 8px;
	padding-left: 10px;
}
#example7 .smallLetters {
	display: none;
	text-align: left;
	width: 130px;
	font-size: 12px;
	margin-top: 7px;
	float: left;
	height: 158px;
}
#example7 li.active .smallLetters {
	display: block;
}
