@charset "utf-8";
/* CSS Document */

.divThumbs{
	float: left;
	width: 150px;
	height: 160px;
	z-index: 1;
	right: 10px;
	text-align:center;
	padding-right: 18px;
	padding-bottom: 10px;
	position: relative;
	bottom: 20px;
}

.divPicCon{
	position: relative;
	width: 150px;
	margin: auto; 
	z-index: 2;
	text-align:center;
}

.imgTmb{
	border: #FFF 2px solid;
	z-index: 3;
}

/* animal list below here */

.pCaption{
	font-size: 11px;
	text-align: left;
	color: #FFF;
	left: 250px;
}

.fInfo{
	font-size: 11px;
	text-align: center;
	color:#666;
}

.tdAnimalName{
	font-size: 14px;
	font-weight: bold;
}

.divLot{
	border: #fff 1px solid;
}

.lThumb{
	position: relative;
	right: 44px;
}

#divPhoto {
	position:absolute;
	width:800px;
	height:500px;
	z-index:100;
	left: -3000px;
	top: 15px;
	background-color: #FFF;
}
#divbg {
	position:absolute;
	width:570px;
	height:115px;
	z-index:20;
	left: -3000px;
	top: -1px;
	background-color: #333;
}

.animalName{
	padding-top: 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.comments{
	font-size: 13px;
	color:# fff;
}

.herdNo{
	font-size: 13px;
	color: #fff;
}

ul li { display: inline; }

.wide {
	border-bottom: 1px #fff solid;
	width: 4000px;
}

.tblAnimal{
	background-color: #f4f4f4;
}