/* Layer Copy Styles */
#countertops{
	z-index:1;
	width:auto;
	visibility: visible;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px dotted #ccc;
	padding-right:3px;
} #backsplashes{
	z-index:2;
	width:auto;
	visibility: hidden;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px dotted #ccc;
	padding-right:3px;
} #tiles{
	z-index:3;
	width:auto;
	visibility: hidden;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px dotted #ccc;
	padding-right:3px;
} #cabinets{
	z-index:4;
	width:auto;
	visibility: hidden;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px dotted #ccc;
	padding-right:3px;
} #showers{
	z-index:5;
	width:auto;
	visibility: hidden;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px dotted #ccc;
	padding-right:3px;
} #vanity{
	z-index:6;
	width:auto;
	visibility: hidden;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px dotted #ccc;
	padding-right:3px;
} #appliance{
	z-index:7;
	width:auto;
	visibility: hidden;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px dotted #ccc;
	padding-right:3px;
}
