
/*big menu*/

#kwick {
	position: relative;
	margin-top: 0px;
}

#kwick .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
	list-style: none;
	margin-left: 1px;
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
    display: block;
    cursor: pointer;
    overflow: hidden;
    height: 200px;
    width: 148px;
    background: #fff;
    border-right: 2px solid #fff;
}

#kwick .kwick a{
    display:block;
    width: 148px;
    height: 200px;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
    background: #9ce782 url(/wp-content/themes/living/images/topImg01.jpg);
}

#kwick .opt2 {
    background: #92bdfa url(/wp-content/themes/living/images/topImg02.jpg);
}

#kwick .opt3 {
    background: #faa892 url(/wp-content/themes/living/images/topImg03.jpg);
}

#kwick .opt4 {
    background: #e78282 url(/wp-content/themes/living/images/topImg04.jpg);
}

#kwick .opt5 {
    background: #000000 url(/wp-content/themes/living/images/topImg05.jpg);
    border-right: 0;
}


