#exhibit_animals_list_header {
	height: 1px;
	
	font-size: 0px;
	line-height: 0px;
	
	background-color: #36203c;
}

	a.exhibit_animals_list_item_first {
		display: block;
		
		height: 43px;
		width: 320px;
		
		background-color: #653b71;
		
		background-image: url(images/exhibit_animal_item_top.gif);
		background-repeat: no-repeat;
		
		position: relative;

	}

	a.exhibit_animals_list_item {
		display: block;
		
		height: 43px;
		width: 320px;
		
		background-color: #653b71;
		
		background-image: url(images/exhibit_animal_item.gif);
		background-repeat: no-repeat;
		
		position: relative;
	}

	div.exhibit_animals_list_item_first {
		height: 43px;
		width: 320px;
		
		background-color: #653b71;
		
		background-image: url(images/exhibit_animal_item_top_nolink.gif);
		background-repeat: no-repeat;
		
		position: relative;

	}

	div.exhibit_animals_list_item {
		height: 43px;
		width: 320px;
		
		background-color: #653b71;
		
		background-image: url(images/exhibit_animal_item_nolink.gif);
		background-repeat: no-repeat;
		
		position: relative;
	}
	
		.exhibit_animals_list_item_name {
			height: 16px;
			width: 274px;
			
			position: absolute;
			top: 7px;
			left: 17px;
			
			font-size: 12px;
			font-weight: bold;
			
			color: #ffffff;
			
			overflow: hidden;
		}
		
		.exhibit_animals_list_item_latin {
			height: 14px;
			width: 274px;
			
			position: absolute;
			top: 23px;
			left: 17px;

			font-size: 12px;
			font-style: italic;
			
			color: #ffffff;
			
			overflow: hidden;
		}
		
.style3_mobile_content {
/* 	padding-top: 15px; */
	padding-left: 14px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.style3_mobile_content a {
	padding-left: 18px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-image: url(images/icons/icon_link-go.gif);
}

.style3_mobile_content li {
	list-style: none;
}

