div#gallery{
	/*height:300px;/**/
	margin-left:auto;margin-right:auto;
	width:800px;
	/*overflow:hidden;*/
}

#kwick { width:810px; }
#kwick .kwicks { height:300px; list-style-type:none; margin:0; padding:0; }
div#kwick ul li { float:left;list-style-image:none;margin:0; }
#kwick ul { list-style:none; }
#kwick .kwick { display:block; cursor:pointer; overflow:hidden; height:300px; width:200px; }
#kwick .kwick span { display:none; }
#kwick .kitchens { background:url("../images/gallery/kitchens.png") no-repeat; }
#kwick .bathrooms { background:url("../images/gallery/bathrooms.png") no-repeat; }
#kwick .conservatories { background:url("../images/gallery/conservatories.png") no-repeat; }
#kwick .patios { background:url("../images/gallery/patios.png") no-repeat; }

.thumbnailContainer {
	width: 800px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	display: none;
	height: 0px;/**/
	overflow: hidden;
}

.thumbnailContainer .clipper {
	margin: 10px 0 0 0;
}

.thumbnail{
	display:block;
	float:left;
	width:102px;
	height:102px;
	padding:15px;
	text-align:center;
	vertical-align:middle;
}
