#kwicks_container { 
	width: 920px;
	height: 200px;
	overflow: hidden;
}
#kwicks {
	width: 940px;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#kwicks .kwick {
	float: left;
	display: block;
	height: 200px;
	overflow: hidden;
}

#kwicks .kwick A {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

#kwick_red {
	width: 470px;
	background: url('../images/home01.jpg') top right no-repeat;
}
#kwick_orange {
	width: 150px;
	background: url('../images/home02.jpg') top right no-repeat;
}
#kwick_yellow {
	width: 150px;
	background: url('../images/home03.jpg') top right no-repeat;
}
#kwick_green {
	width: 150px;
	background: url('../images/home04.jpg') top right no-repeat;
}