@charset "UTF-8";

/* Random Background using PHP */
#bg-container {
	height: 781px;
	width: 995px;
	background-image: url(../images/bg/showroom/4.jpg);
	background-repeat: no-repeat;
}
#bg-container-chi {
	height: 781px;
	width: 995px;
	background-image: url(../chi/images/bg/showroom/4.jpg);
	background-repeat: no-repeat;
}

#carpet-container {
	width: 448px;
	float: right;
	height: 760px;
	position: relative;
}
#carpet {
	width: 448px;
	bottom: -3px;
	position: absolute;
	text-align: center;
}
#carpet-gallery-container {
	width: 202px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 150px;
}
#showroom {
	float: right;
	width: 692px;
}
#carpet-gallery-container h1 {
	color: #FFFFFF;
	font-size: 36px;
	margin-bottom: 5px;
}
#carpet-gallery-container h3 {
	margin-bottom: 5px;
}
.thumbs {
	border: 1px solid #4a4036;
	cursor: pointer;
}
.hidden {
	visibility: hidden;
	display: none;
}

