#animal_facts {    margin: -39px -50px 0;	border-bottom: 14px solid #3B9CD1;	}


#animal_facts > .resident_tabs {	margin: 0 2em 0 0; }
#animal_facts > .resident_tabs li a {
	display: block;
    padding: 7px 40px;
	background-color: #000032;
	color: #ABD9EF;	
	font-weight: bold;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#animal_facts > .resident_tabs li.current a {
	background-color: #3C9BD1;
	color: white;	
}
#animal_facts > .resident_tabs li a:hover {	text-decoration: none; }


#animal_facts > .categories {	background-color: #3C9BD1;	}
#animal_facts > .categories .carousel_holder { 	text-align: center }
#animal_facts > .categories .carousel_holder > .wrapper { width: 875px; height: 46px; margin: 0 auto;}
#animal_facts > .categories .wrapper .category {
	width: 152px;
	/*border-right: 4px solid #96CEE5;*/
	margin-right: 3px !important;
	margin-top: -5px;
	padding: 10px;    
	vertical-align: middle;
	position: relative;
}
#animal_facts > .categories .wrapper .category:after {
    content: "";
    width: 4px;
    height: 36px;
    background-color: #96CEE5;
    position: absolute;
    right: -4px;
    top: 0;
	bottom: 0;
	margin: auto 0;
}
#animal_facts > .categories .wrapper .category > a,
#animal_facts > .categories .wrapper .category > span{	color: black; font-weight: bold; }
#animal_facts > .categories .wrapper .category.current > a,
#animal_facts > .categories .wrapper .category.current > span{	color: white; }

#animal_facts > .categories .carousel_holder .nav_button {    position: absolute; top: 8px; width: 0; height: 0; 	}
#animal_facts > .categories .carousel_holder .nav_button > span {    display: none; 	}
#animal_facts > .categories .carousel_holder .carousel_next.nav_button {
	right: 40px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;	
	border-left: 20px solid #96CEE5; 
}
#animal_facts > .categories .carousel_holder .carousel_prev.nav_button {
	left: 40px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;	
	border-right:20px solid #96CEE5; 
}
#animal_facts > .animals {
    margin: 0;
    padding: 0;
}
#animal_facts > .animals > .animal a,
#animal_facts > .animals > .animal > span {
   display: block;
   background: #000033;
   font-weight: bold;
   padding: 0.5em 1em;
   font-size: 0.9em;
   text-decoration: none;
   color: #0098D7;
}
#animal_facts > .animals > .animal a:hover,
#animal_facts > .animals > .animal > span { color: white; }


#animal_facts .sidebar {
    width: 200px;
	margin: 0 24px 0 0;
	padding: 0;
	background: #000033;
}
#animal_facts .sidebar ul.vertical_thumbs {
    padding: 43px 0 ;
}
#animal_facts .sidebar ul.vertical_thumbs .thumb img,
#animal_facts .sidebar ul.vertical_thumbs li.thumb .name{
	border: 4px solid transparent;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	color: #fff;
}
#animal_facts .sidebar ul.vertical_thumbs li.thumb .name {
	margin-top: 2px;
}
#animal_facts .sidebar ul.vertical_thumbs li.thumb:hover img,
#animal_facts .sidebar ul.vertical_thumbs li.thumb.current img,
#animal_facts .sidebar ul.vertical_thumbs li.thumb:hover .name,
#animal_facts .sidebar ul.vertical_thumbs li.thumb.current .name {
	border: 4px solid #0098D7;
	background: #0098D7;
}

#animal_facts .sidebar + .header, 
#animal_facts .sidebar + .header + .body {
    margin-left: 224px;
}

#animal_facts .header {
	background-image: url('../../../images/animal_facts_bg.png');
	background-repeat: no-repeat;
	background-position: center 20px;
	width: 743px;
	height: 305px;
	padding: 25px 6px 6px;
	margin-top: 0;
}
#animal_facts .header > .images{
	margin-right: 4px;
}

#animal_facts .header > .images img{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
}
#animal_facts .header .range_key {
    color: #FFFFFF;
    font-size: 1.15em;
    font-weight: bold;
    text-align: left;
	padding: 5px;
}
#animal_facts .header .icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
    border: 1pt solid white;
	background: #51297A;
	width: 39px;
	height: 27px;
	margin-right: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
}

#animal_facts .body {    padding: 0 24px 43px 0;  margin-left: 250px;	}
#animal_facts .body > h1 {    margin: 0; padding: 0.25em 0;	}
#animal_facts .body .attribute strong {    color: #51297A;	}
#animal_facts .body .attribute + .attribute {    margin-top: 1em;	}
#animal_facts .body .attribute.extra_line + .attribute {    margin-top: 2.5em;	}

#animal_facts .body ul {
    margin-left: 1em;
}

#animal_facts > .content > .body .name .exctinction_status a{color: #004B84}
#animal_facts > .content > .body .name .exctinction_status > .icons > a.status.current{color: white; border: 1px solid #004B84; background-color: #004B84}