#gsNavBar a, div.gbNavigator a {
	color: #cd5a1a;
	text-decoration: none;
	background-image: url('/fileadmin/iufro/images/dottedline.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

#gsNavBar a:hover, div.gbNavigator a:hover {
	background-image: none;	

}

#gsNavBar div.gbBreadCrumb a, #gsNavBar div.gbBreadCrumb span {
	margin-right: 4px;
	padding-left: 6px;
	background: url(images/bcarrow.gif) no-repeat top left;
}

p.giTitle{font-weight:bold}

div.block-core-Pager{margin-top:10px;padding-top:2px}

p.giDescription{
	border-top:1px solid #8b8b68;
	border-bottom:1px solid #8b8b68;
	background-color: #f7f7de;
	color: #000;
	margin-top: 4px;
	padding: 2px;
	padding-bottom: 4px;
}

table#gsThumbMatrix td{padding:2px 4px 10px 0}

/*
p.giDescription
*/
div.gbNavigator{margin:5px 0}

div.gbNavigator div.next-and-last {
  float: right;
}
div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: right;
}

div.gbNavigator a.first {
  padding-left: 16px;
  padding-right: 5px;
  background: url("images/nav_first.gif") left no-repeat;
}

div.gbNavigator a.previous {
  padding-left: 16px;
  padding-right: 5px;
  background: url("images/nav_prev.gif") left no-repeat;
}

div.gbNavigator a.next {
  padding-right: 16px;
  padding-left: 5px;
  background: url("images/nav_next.gif") right no-repeat;
}

div.gbNavigator a.last {
  padding-right: 16px;
  padding-left: 5px;
  background: url("images/nav_last.gif") right no-repeat;
}

div.gbNavigator div.first-and-previous img {
  vertical-align: middle;
  padding-right: 0.5em;
}
div.gbNavigator div.next-and-last img {
  vertical-align: middle;
  padding-left: 0.5em;
}

#gallery.rtl div.gbNavigator div.next-and-last {
  float: left;
}
#gallery.rtl div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: left;
}
#gallery.rtl div.gbNavigator div.first-and-previous {
  text-align: right;
}
/* Both IE and Gecko have bugs with omitting padding on rtl inline content */
#gallery.IE.rtl div.gbNavigator a {
  display: inline-block;
}
#gallery.gecko.rtl div.gbNavigator a {
  display: -moz-inline-box;
}

