/*big menu*/

#kwick {
	position: relative;
	text-decoration: none;
	list-style-type: none;
	float: left;
	/*border-bottom: 3px double #333;*/
	/*margin-top: 20px;*/
}

#kwick .kwicks {
	display: block;
	height: 270px;
	margin: 0px;
	width: 820px;
	text-decoration: none;
	list-style-type: none;
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 268px;
	width: 134px; /* If Hermanus is added change to 111px width */
	margin-left: 0px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 1px solid #fff;
}

#kwick .kwick span {
	margin-left: 0px;
}

#kwick .opt1 {
	background: url(images/camps_bay.jpg);
	}

#kwick .opt2 {
	background: url(images/de_waterkant.jpg)
}

#kwick .opt3 {
	background: url(images/waterfront.jpg);
}

#kwick .opt4 {
	background: url(images/mouille_point.jpg);
}

#kwick .opt5 {
	background: url(images/langebaan.jpg);
}

#kwick .opt6 {
	background: url(images/hermanus.jpg);
}

