/*big menu*/
#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 10px;
	top:0px;
}
#kwick .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
}
#kwick li {float: left;}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 185px; /*was 131px*/
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}
#kwick .kwick span {display: none;}
#kwick .opt1 {background: #ccc url(../images/photos/detail/main.jpg) ;}
#kwick .opt2 {background: #ccc url(../images/photos/living/main.jpg);}
#kwick .opt3 {background: #ccc url(../images/photos/kitchens/main.jpg);}
#kwick .opt4 {background: #ccc url(../images/photos/exterior/main.jpg);}
#kwick .opt5 {background: #ccc url(../images/photos/bathrooms/main.jpg);}

/*content*/
#container {
	position: relative;
	/*z-index: 1000;*/
	width: 940px;
	padding: 0px 0px 0 0;
	/*border-right: 1px solid #1c1c1c;*/
	background: transparent;
	margin: auto;
	text-align: left;
}
.title {
	width: 800px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.title h1 {
text-indent:-9999px;
margin:0;
padding:0;
border:0;
line-height:10px;
height:10px;
}
.title p { font-size: 12px;}
.thumbnailContainer {
	width: 940px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	display: none;
	height: 0px;
	overflow: hidden;
	position:relative;
	top:0px;
}
.thumbnailContainer .clipper { margin: 10px 0 0 5px;}
.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 110px;
	height: 110px;
	padding: 10px 0 0 10px;
	margin: 5px;
	float: left;
	cursor: pointer;
}
.thumbnailContainer .vertical {
	border: 1px solid #ccc;
	width: 93px;
	height: 110px;
	padding: 10px 0 0 27px;
	margin: 5px;
	float: left;
	cursor: pointer;
}
.thumbnailContainer img {
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 4px;*/
}

#images {display: none;}

