/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 10px;
}

#kwick .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 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/Fireplacesandmantles1.jpg);
}

#kwick .opt2 {
	background: #ccc url(Images/Fireplacesandmantles2.jpg);
}

#kwick .opt3 {
	background: #ccc url(Images/Fireplacesandmantles3.jpg);
}

#kwick .opt4 {
	background: #ccc url(Images/Fireplacesandmantles4.jpg);
}

#kwick .opt5 {
	background: #ccc url(Images/Fireplacesandmantles5.jpg);
}

/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 800px;
	padding: 30px 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;
}


.thumbnailContainer {
	width: 800px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	display: none;
	height: 0px;
	overflow: hidden;
}

.thumbnailContainer .clipper {
	margin: 10px 0 0 0;
}

.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 110px;
	height: 100px;
	padding: 20px 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;*/
}

#footer {
	width: 800px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 0px;
	text-align: right;
}

#images {
	display: none;
}


