#kwick {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
}

#kwick .kwicks {
	display: block;
	background: url(../images/trac.gif) top right no-repeat;
	height: 200px;
	list-style:none;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 180px;
	width: 180px;
	padding: 0px;

	border-right: 5px solid white;
}

#kwick .kwick span {
	display: none;
}

#kwick .europa {
	background: white url(/assets/images/europe.jpg) no-repeat 50% 50%;
}

#kwick .northamerica {
	background: white url(/assets/images/northamerica.jpg) no-repeat 50% 50%;
}

#kwick .africa {
	background: white url(/assets/images/africa.jpg) no-repeat 50% 50%;
}
