@charset "utf-8";
#kwicksbox {	
	height:220px;
	width:960px;
	background:none;
	margin:0 0 20px;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	margin-left:0px;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 187px;
	height: 210px;
	/*border:1px solid #CCC;*/
	
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}
.hid {
	display:none;
}
/* Bespoke Furniture  */
#kwick_1 { 
	/*background-color: #53b388;*/
	background: url(../img/kwicks-bespoke2.jpg) 0 0 no-repeat scroll;
	cursor:pointer;
}
/*  Specialist Joinery */
#kwick_2 {
	background: url(../img/kwicks-specialist-joinery2.jpg) 0 0 no-repeat scroll;
	cursor:pointer;
}
/* Shop Fitting */
#kwick_3 {
	background: url(../img/kwicks-shop-fitting2.jpg) 0 0 no-repeat scroll;
	cursor:pointer;
}
/* Design  */
#kwick_4 { 
	background: url(../img/kwicks-design2.jpg) 0 0 no-repeat scroll;
	cursor:pointer;
}
/*   */
#kwick_5 { 
	background: url(../img/kwicks-who.jpg) 0 0 no-repeat scroll;
	cursor:pointer;
}
.kwicks.horizontal #kwick_5 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
