a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}
html,body{
    	height: 100%
}
div{

}
*{
	font-size: 18px;
	color: black;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	margin:0;
}
#container{
	height:100%;
	position:relative;
}
#navbar{
      height: 8%;
      width: 800px;
      margin: auto;
      display: table;
}
#nav_left{
       float: left;
       width: 190;
	margin-top: 20px;
	margin-bottom: 10px;
       text-align: left;
}
#nav_right{
       float: right;
       width: 590;
	margin-top: 23px;
	margin-bottom: 10px;
}
#main{
       height: 86%;
       width: 1000px;
	display: table;
	margin: auto;
       overflow: hidden;
}
.outer {
    display: table;
    height: 85%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.inner {
    display: table-cell;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -15%;
}
#thumbs{
	margin: auto;
	width: 1010px;
	height: 100%;
       overflow: auto;
}
#gallery{
	display: table;
	margin: auto;
	padding-top: 20px;
       height: 100%;
}
#footer{
       display: table;
       margin: auto;
    	height: 3%;
    	width: 800px;
}
.directory {
   position: relative;
   display: inline-block;
   padding: 10px;
   cursor: pointer;
}
.directory .directory-content {
   display: none;
   position: absolute;
   background-color: #fff;
   background:rgba(255,255,255,0.8);
   z-index: 13;
}
.directory:hover .directory-content {
   display: block;
   margin-top: 10px;
}
.selected p {
   font-weight: bold;
}
.entry-content {
   overflow: visible;
}
#phylogeny{
   padding-top: 30px;
   height: 100%;
}
#imgcontainer {
   width: 1000px;
   height: 375px;
   overflow-x: scroll;
   overflow-y: hidden;
   margin-top: 20px;
}
#arthropodgallery {
    white-space: nowrap;
    height: 375px;
}
.phy {
   height: 40px;
   display: table;
}
.phyLabel{
   display: inline-block;
   width: 100px;
   height: 100%;
   display: table-cell;
   vertical-align: middle;
}
.phyWrap{
   display: inline-block;
   width: 870x;
   height: 100;
   display: table-cell;
   vertical-align: middle;
}
.phyList{
   display: inline-block;
   width: 620px;
   height: 100;
   display: table-cell;
   vertical-align: middle;
}
.phyText{
   display: inline-block;
   width: 250px;
   height: 100;
   display: table-cell;
   vertical-align: middle;
}
.phyText p {
   font-size: 12px;
}
.phyDiv {
   display: inline-block;
   padding-left: 5px;
   padding-right: 5px;
}
.phyDiv p:hover {
   text-shadow: 0 0 0.2em #F87, 0 0 0.2em #F87;
   cursor: default;
}
.imginsect {
       display: inline-block;
	margin-left: -15px;
	margin-right: -15px;
       margin-top: -15px;
       margin-bottom: -15px;
	transform: scale(.9,.9);
	-ms-transform: scale(.9,.9);
	-webkit-transform: scale(.9,.9);
}
.imginsect img:hover {
	box-shadow: 0 0 10px #D0D0D0;
}
div.image {
       height: 314px;
       width: 314px;
       float: left;
}
div.image img {
	margin-left: -35px;
	margin-right: -35px;
       margin-top: -35px;
       margin-bottom: -35px;
       vertical-align: middle;
       display: inline-block;
	transform: scale(.6,.6);
	-ms-transform: scale(.6,.6);
	-webkit-transform: scale(.6,.6);
}
div.image img:hover {
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	box-shadow: 0 0 5px #D0D0D0;
	z-index: 13;
}
p a {
       font-weight: bold;
}
.helper {
       display: inline-block;
       height: 100%;
       vertical-align: middle;
}
#nav {
	list-style: none;
	position: relative;
	display: inline-table;
	z-index: 5;
	border-radius:3px;
}
#nav ul:after {
	content: ""; clear: both; display: block;
}
#nav li {
	float: left;
}	
#nav li a {
	padding-left: 10px; 
	padding-right: 10px;
	display: block; 
}
#nav ul {
	padding: 0;
	position: absolute;
	display: none;
	border-radius: 3px;
}	
#nav ul li {
	list-style: none;
	float: none; 
	position: relative;
}
#nav ul li a {
	font-size: 14px;
}
#nav li:hover ul{
	display:block;
	background: white;
	line-height:1.9;
	padding-top: 5px;
}
#nav ul li:hover{
	box-shadow: 0 0 5px #D0D0D0;
}
.galleria-container{
	box-shadow: 0 0 5px #D0D0D0;
}
.galleria-fs,.galleria-thumbs,.galleria-info-title,.galleria-desc strong{
	visibility: hidden;
}
.galleria-dots{
	bottom: 10px;
	left: 10px;
}
.galleria-more{
	right: 10px;
	bottom: 10px;
}
.galleria-desc{
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
	border-width: 2px;
	border-color: black;
	top: 575px;
	line-height: 1.3;
	height: 50px;
	width: 300px;
	margin-left: -155px;
}
.galleria-desc p{
	font-size: 14px;
	font-weight: bold;
	margin-top: -30px;
	padding: 10px;
}

