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

.kwicks li {
	width: 125px;
	height: 100px;
	margin-right: 5px;
}
#kwick1 { 
	background-color: #53b388;
}
#kwick1.active { 
	background-color: #86e6bb;
}
#kwick2 {
	background-color: #5a69a9;
}
#kwick2.active {
	background-color: #8d9cdc;
}
#kwick3 {
	background-color: #c26468;
}
#kwick3.active {
	background-color: #f5979b;
}
#kwick4 { 
	background-color: #bf7cc7;
	margin-right: none;
}
#kwick4.active { 
	background-color: #efaffa;
}

