/*Photo Gallery CSS Document built for Janssen's of Glendale.........................*/
/*Copyright 2008.....................................................................*/
/*On Digital Ground LLC..............................................................*/
/*Glendale, TN......................................................................*/
#tilethumbs {
	position: relative;
	top: 0px;
	left: 153px;
	width: 350px;
	height: 415px;
}
#pix {
	position: relative;
	top: 0px;
	left: -150px;
	width: auto;
	height: 277px;
}
dt {
	margin: 5px;
}
img {
	border: none;
}
#pix a img.hid {
	position: absolute;
	top: 0px;
	left: 173px;
	visibility: hidden;
	border: thin groove #100100100;
}
#pix a:hover {
	background: transparent;
	text-decoration: none;
}
#pix a:hover img.hid {
	visibility: visible;
}
#naturalthumbs {
	position: relative;
	top: -250px;
	left: 153px;
	width: 350px;
	height: 400px;
}
#naturalpix {
	position: absolute;
	top: 0px;
	left: -150px;
	width: auto;
	height: 300px;
}
#naturalpix a img.hid {
	position: absolute;
	top: 0px;
	left: 173px;
	visibility: hidden;
	border: thin groove #100100100;
}
#naturalpix a:hover {
	background: transparent;
	text-decoration: none;
}
#naturalpix a:hover img.hid {
	visibility: visible;
}
#hardwoodthumbs {
	position: relative;
	top: -350px;
	left: 153px;
	width: 350px;
	height: 100px;
}
#hardwoodpix {
	position: absolute;
	top: 0px;
	left: -150px;
	width: auto;
	height: 300px;
}
#hardwoodpix a img.hid {
	position: absolute;
	top: 0px;
	left: 173px;
	visibility: hidden;
	border: thin groove #100100100;
}
#hardwoodpix a:hover {
	background: transparent;
	text-decoration: none;
}
#hardwoodpix a:hover img.hid {
	visibility: visible;
}

