/* Kwicks costumize
-----------------------------------------------------------------------------*/ 

.kwicks { 		
	/* recommended styles for kwicks ul container */
	float: left;
	list-style: none;
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
}
.kwicks li{ 	
	border: 1px solid #547f90;
	/* these are required, but the values are up to you (must be pixel) */
	width: 204px;
	height: 50px;

	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 12px; /*Set to same as spacing option. */
	
	/*do not change these */
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;  /*if you need padding, do so with an inner div */
}
.kwicks li a {
	color: #d6d6d6;
	cursor: pointer;
	text-decoration: none;
}
.kwicks li a span {
	display: block;
	height: 156px;
}
.kwicks li p {
	line-height: normal;
	margin: 10px;
	width: 157px;
}
.kwicks li h3 {
	color: #ba8748;
	font-size: 12px;
	margin: 10px 0 0 10px;
	text-transform: uppercase;
	width: 183px;
}

/* background images are entirely optional */
#kwick_onderneming, #kwick_gem_watersch, #kwick_profiel { 
	background: #002b40 url(../images/pijl.gif) no-repeat 237px 0;
}

