/* Mootools Kwicks
----------------------------------------------- */
.home-box {
	height: 412px;
	width: 678px;
	padding: 0;
	margin: 0;
	background: none;
}


#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #fff;
	height: 412px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 412px;
	width: 113px;
	padding: 0; /*10px;*/
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
	text-indent: -9000px;
	overflow: hidden;
	display: block;
}
#kwick .one {
	background: url(../img/fx_kitchens.jpg) no-repeat 0 0;
}
#kwick .two {
	background: url(../img/fx_bathrooms.jpg) no-repeat 0 0;
}
#kwick .three {
	background: url(../img/fx_decks.jpg) no-repeat 0 0;
}
#kwick .four {
	background: url(../img/fx_other.jpg) no-repeat 0 0;
}
#kwick .five {
	background: url(../img/fx_before_after.jpg) no-repeat 0 0;
}
#kwick .six {
	background: url(../img/fx_projects.jpg) no-repeat 0 0;
}
