/*big menu*/

#kwick {
	/*border-bottom: 3px double #333;*/
	margin-top: 20px;
	position: relative;
	margin-bottom: 20px;
	display: block;
	margin-left: 0;
	padding: 0;
	margin-right: 0;
}

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

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 137px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 3px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	margin-left: 0px;
	background-color: #fff;
	background-image: url(img/thangka.jpg);
}

#kwick .opt2 {
	background-color: #fff;
	background-image: url(img/buddhist.jpg);
}

#kwick .opt3 {
	background-color: #fff;
	background-image: url(img/photography.jpg);
}

#kwick .opt4 {
	background-color: #fff;
	background-image: url(images/urban.jpg);
}

#kwick .opt5 {
	border-right: 0;
	background-color: #fff;
	background-image: url(img/abstract.jpg);
}
