h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

#kwick .kwicks {
	display: block;
	width: 580px;
	position: relative;
	padding-left: 20px;
	z-index: 10000;
	height: 100px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 125px;
	background: #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .green {
	background: url(/images/links/green.gif) no-repeat;
}

#kwick .blue {
	background: url(/images/links/blue.gif) no-repeat;
}

#kwick .red {
	background: url(/images/links/red.gif) no-repeat;
}

#kwick .purple {
	background: url(/images/links/purple.gif) no-repeat;
	border-right: 0;
}