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


div#photogalleryintro {
	margin: auto;
	margin-top: 20px;
	width: 660px;
	border: solid 0px #efefef;
	z-index:7;
	text-align:justify;
	background-color: #efefef;
}

.formtableoutside {
	 background-color:#efefef;
}

table#tortugagallery {
	border: solid rgb(255,226,2) 3px;
	width: 100%;
}
div#tortugagalleryheading {
	background: #FBF6D4;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 2px;
	text-align: center;
}

table#tucangallery {
	border: solid rgb(237,127,32) 3px;
	width: 100%;
}
div#tucangalleryheading {
	background: #ffe0bf;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 2px;
	text-align: center;
}

table#jaguargallery {
	border: solid rgb(74,25,111) 3px;
	width: 100%;
}
div#jaguargalleryheading {
	background: #f1e7fa;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 2px;
	text-align: center;
}

table#capybaragallery {
	border: solid rgb(237,27,36)3px;
	width: 100%;
}
div#capybaragalleryheading {
	background: #fce1e2;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 2px;
	text-align: center;
}

table#iguanagallery {
	border: solid #4fb94a 3px;
	width: 100%;
}
div#iguanagalleryheading {
	background: #e3ffc4;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 2px;
	text-align: center;
}

table#quetzalgallery {
	border: solid #6dcff6 3px;
	width: 100%;
}
div#quetzalgalleryheading {
	background: #ecfaff;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 2px;
	text-align: center;
}

table#condorgallery {
	border: solid #952284 3px;
	width: 100%;
}
div#condorgalleryheading {
	background: #ffe8fc;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 2px;
	text-align: center;
}

table#videogallery {
	border: solid #99cc00 3px;
	width: 100%;
}

div#videogalleryheading {
	background: #99cc00;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 2px;
	text-align: center;
}

div#videolink {
	text-align:center;
	padding: 4px 4px 4px 4px;
}

div#videocontent {
	border:1px solid black;
	padding: 4px 4px 4px 4px;
}

div.gallery-item {
	padding: 5px 5px 0px 5px;
	float: left;
	text-align: left;
	height: 150px;
	width: auto;
}
div.gallery-item A {
	text-decoration: none;
}


div.gallery-videoitem {
	padding: 5px 2px 5px 2px;
	float: left;
	text-align: center;
	height: auto;
	width: auto;
}

div.gallery-videoitem a {
	text-decoration:none;
}

div#selected_photo {
	text-align:center;
	margin: auto;
}

#gallery_container {
	height: 190px;
	width: 650px;
	overflow:auto;
	margin-left: 3px;
}

div.gallery_photo {
	text-align:center;
	margin:0px 5px 0px 5px;
}

.currentphotocaption {
	vertical-align: middle;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

table#photo_display
{
	margin: auto;
	text-align:center;
}
