.kwicks {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.kwicks li {
	float: left;
	width: 78px;
	height: 148px;
	background-color:#FFFFFF;
	list-style-type: none;
	/*do not change these */
	
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */

}
.kwicks .kwicks_inner {
	width: 370px;
	
}
.kwicks .bigLetter {
	width: 38px;
	float: left;
}
.kwicks .smallLetters {
	display: none;
	text-align: left;
	width:300px;
	font-size: 10px;
	margin-top: 0px;
	margin-left: 10px;
	float: left;
	
	
}
.kwicks li.active .smallLetters {
	display: block;
	width: 300px;

}
.kwicks li.active .bigLetter {
		border: 1px solid white;

}
	
	
        	    	

