.gallery {
}
.searchGallery {
	float: right;
}
.searchGallery img {
	margin: 2px 6px 0 0;
}
#mainSearch {
  width: 145px;
}
#plainSD {
  height: 400px;
  width: 600px;
}
.gallery-psida {
	font-size: .85em;
	padding: 0 0 4px 18px;
}
.gallery-idae {
	line-height: 100%;
	font-size: .9em;
	padding: 0 0 4px 18px;
}
.gallery-genus {
	padding: 5px 0 8px 0px;
	margin: 0px;
}
.gallery-genus li {
	padding: 0px;
	margin: 0 0 0px 10px;
}
.gallery-genus a {
	text-decoration: none;
	margin: 0px;
	padding: 0 0 2px 4px;
	border-left: 4px solid #8fbc8b /*darkseagreen*/;
	border-bottom: 1px solid #8fbc8b /*darkseagreen*/;
}
.gallery-genus a:hover {
	border-left: 4px solid #FF0000;
	border-bottom: 1px solid #FF0000;
}
#plantSpecies {
	min-height: 500px;
}
#plantSpecies img {
  margin-top: 12px;
}
#plantSpecies p {
  font-size: .85em;
  margin: 0px;
}
.czech {
  color: #999999;
}
#materials-search {
	line-height: 150%;
}
#materials-search a {
	text-decoration: none;
}
#materials-search a:hover {
	color: #FF0000;
}
#materials-search hr {
	margin: 0 0 10px 0;
}
.group {
	font-weight: bold;
	margin-bottom: 3px;
}
.families {
	line-height: 150%;
}
.family {
	line-height: 50%;
	margin: 6px 0 0 0;
}



/*HIGHSLIDE JS CSS*/
.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #FFFFFF;
}
.highslide:hover img {
	border: 2px solid #8FBC8B;
}
#highlideBN:hover img {
	border: 2px solid #FFFFFF;
}
.highslide-image {
	border: 2px solid #8FBC8B;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
    
	color: white;
	background-color: #8FBC8F;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif ;
	font-size: 1em;
	padding: 4px 15px 5px 10px;
}
.highslide-caption h4 {
	//color: #006400;
	//font-weight: bold;
	margin: 5px 0 5px 0;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

