
/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 20px;
	border: 1px solid #d2cdcd;
	overflow: hidden;
	padding: 4px;
}
*html #kwick {
	padding: 4px 0px 4px 8px;
}
#kwick .kwicks {
	display: block;
	height: 242px;
	margin: 0px;
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 242px;
	width:148px;	/* _______________________Default Menu Width*________________________ */
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #9ce782 url(../images/home/conceptual_interior.jpg) ;
}

#kwick .opt2 {
	background: #92bdfa url(../images/home/conceptual_bath.jpg);
}

#kwick .opt3 {
	background: #faa892 url(../images/home/conceptual_kitchen.jpg);
}

#kwick .opt4 {
	background: #e78282 url(../images/home/conceptual_barierfree.jpg);
}

#kwick .opt5 {
	background: #000 url(../images/home/conceptual_tatami.jpg);
	border-right: 0;
}

/*bulanco custom*/
#kwick .kwick a {
	display:block;
	width: 400px;
	height: 250px;
	text-indent: -9999em;
}