/*Photo Gallery CSS Document built for DynaClean Professional Services of Sugarland.........................*/
/*Copyright 2009.....................................................................*/
/*On Digital Ground LLC..............................................................*/
/*Nashville, TN......................................................................*/

#tilethumbs {
	position: absolute;
	top: 100px;
	left: 153px;
	width: 350px;
	height: 415px;
}
#pix {
	position: absolute;
	top: 0px;
	left: -150px;
	width: auto;
	height: 277px;
}
dt {
	margin: 5px;
}
img {
	border: none;
}
#pix a img.hid {
	position: absolute;
	top: 0px;
	left: 153px;
	visibility: hidden;
	border: thin groove #100100100;
}
#pix a:hover {
	background: transparent;
	text-decoration: none;
}
#pix a:hover img.hid {
	visibility: visible;
}
#naturalthumbs {
	position: absolute;
	top: 300px;
	left: 153px;
	width: 350px;
	height: 415px;
}
#naturalpix {
	position: absolute;
	top: 0px;
	left: -150px;
	width: auto;
	height: 278px;
}
#naturalpix a img.hid {
	position: absolute;
	top: 0px;
	left: 153px;
	visibility: hidden;
	border: thin groove #100100100;
}
#naturalpix a:hover {
	background: transparent;
	text-decoration: none;
}
#naturalpix a:hover img.hid {
	visibility: visible;
}
#hardwoodthumbs {
	position: absolute;
	top: 600px;
	left: 153px;
	width: 350px;
	height: 279px;
}
#hardwoodpix {
	position: absolute;
	top: 0px;
	left: -150px;
	width: auto;
	height: 361px;
}
#hardwoodpix a img.hid {
	position: absolute;
	top: 0px;
	left: 153px;
	visibility: hidden;
	border: thin groove #100100100;
}
#hardwoodpix a:hover {
	background: transparent;
	text-decoration: none;
}
#hardwoodpix a:hover img.hid {
	visibility: visible;
}

