/* //////////////////////////////// MAPS ////////////////////////////////// */
.Infofeld {min-width:230px; padding:10px 10px 30px 10px; overflow:visible;}
.if_wide {min-width:400px;}
.Infofeld h2{font-size:14px; font-weight:normal; font-family:fid-elegance, arial, helvetica, sans-serif; margin:0px 0px 12px 0px; color:#ac0e1a;}
.Infofeld ul{float:left; margin:0px 30px 10px 0px}
.Infofeld table {line-height:1.04em; border:#fff 0px none;}
.Infofeld td:first-child {padding:0px 10px 0px 0px}
.Infofeld th {font-weight:normal; margin:0px; padding:0px;}
.Infofeld strong {font-weight:bold;}
.if_red {font-weight:normal; color:#ac0e1a; font-family:fid-elegance, arial, helvetica, sans-serif;}
.Infofeld span {display:block; height:22px; width:6px; background:#ac0e1a; position:absolute; top:9px; left:0px;}

/* //////////////////////////////// IMPRESSUM ////////////////////////////////// */
#ol_impressum {display:none; top:0px; left:0px; position:fixed; margin:0px; padding:0px; width:100%; min-height:100%; z-index:99; background:#ffffff; 
-webkit-overflow-scrolling:touch; overflow:auto;}
#ol_impressum iframe {position:absolute; width:1px; min-width:100%; height:100%; overflow:scroll;  margin:0% auto 0% auto; left:0px; top:0px;}
.ol_impressum_close {width:85px; height:85px; position:absolute; top:10px; right:7%; cursor:pointer; z-index:100;}
.ol_impressum_close img {width:100%; height:100%;}
@media screen and (max-width:600px){
	.ol_impressum_close {width:40px; height:40px;}	
	.ol_impressum_close img {width:100%; height:100%;}
}

/* //////////////////////////////// COOKIECONSENT ////////////////////////////////// */
#cookieconsent a {color:#222; text-decoration:none;}
#cookieconsent a:hover {text-decoration:underline;}
#cookieconsent div {padding:15px 60px 15px 40px;}
#cookieconsent { 
   	background: #dfdfdf; color:#555;
	text-align:left; position:fixed; bottom:0px; z-index:10000;	width:100%;	font-size:0.9em; line-height:1.2em; font-family:arial, helvetica, sans-serif;
	-webkit-box-shadow: 0px -2px 6px -3px rgba(0,0,0,1); -moz-box-shadow: 0px -2px 6px -3px rgba(0,0,0,1); box-shadow: 0px -2px 6px -3px rgba(0,0,0,1);}
#cookieconsent_close {color: #555; font: 1.5em arial, sans-serif; position: absolute; right: 10px; text-decoration: none; text-shadow: 0 1px 0 #fff; top: 6px; cursor:pointer; padding:4px;}
@media screen and (max-width:600px){
	#cookieconsent {font-size:1em; line-height:1.4em; font-family:arial, helvetica, sans-serif;}
}

/* //////////////////////////////// PRIVACYCLICK ////////////////////////////////// */
div.privacy-msg p {width:40%; height:auto; padding: 20px; text-align:center; background:none; position: relative; top: 45%; left: 50%; transform: translate(-50%, -50%); z-index:1000;}
.privacy-msg {background:url(../nav/bg_map.jpg) center center; background-size: cover; height:600px;}

/* //////////////////////////////// IMAGESLIDER BJQS ////////////////////////////////// */

ul.bjqs{
	position:relative; 
	list-style:none; 
	padding:0; 
	margin:0; 
	overflow:hidden; 
	display:none; 
	z-index:0;
	}

li.bjqs-slide{
	position:absolute; 
	display:none;
	}

ul.bjqs-controls{
	list-style:none;
	margin:0; 
	padding:0; 
	z-index:3;
	}
	
ul.bjqs-controls.v-centered li a{
	position:absolute;
	}
	
ul.bjqs-controls.v-centered li.bjqs-next a{
	right:-50px;
	margin-top:-10px; 
	width:45px; 
	height:58px; 
	display:block; 
	background:url(../nav/button_slider_right.png) no-repeat top left; 
	}
	
ul.bjqs-controls.v-centered li.bjqs-prev a{
	left:-50px; 
	margin-top:-10px; 
	width:45px; 
	height:58px; 
	display:block; 
	background:url(../nav/button_slider_left.png) no-repeat top left;
	}
	
ol.bjqs-markers {
	list-style:none; 
	padding:0; 
	margin:20px 0px 0px 0px;  
	display:block;
	width:100%;
	color:transparent;
	}
	
ol.bjqs-markers.h-centered{
	text-align: center;
	}
	
ol.bjqs-markers li {
	display:inline; 
	width:10px; height:5px;
	margin:0px 2px 0px 2px;
	}

ol.bjqs-markers li a {
	
	width:70px; /*?*/
 	padding:0px 8px;	/*?*/
 	/*padding:5px 13px;*/ 
	color:transparent; 
	margin:-5px; 
	text-decoration: none; 
	background: transparent url(../nav/marker.png) no-repeat center bottom; 
	z-index:1000;
	}
	
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{ 
	background: transparent url(../nav/marker_sel.png) no-repeat center bottom; 
	} 
	 
p.bjqs-caption {
	display:block;
	width:96%;
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0;
	}



/* //////////////////////////////// TIMELINE ////////////////////////////////// */
.margin{
	height:100%;
	position: absolute;
	background:#e2e2e2;
	left:50%; 
	width:2px;
	margin-left:-1px; /* make it center */
	bottom:10px;	/* margin-bottom space used by li element */
	top:20px;
}

ul.story{
	width: 580px; /* total width and plus 20px for triangles */
	position: relative;
	list-style:none;
	overflow: hidden; 
	padding: 0px;
	margin: 0px ;
}

.story > li{
	width:255px;
	min-height:50px;
	background:#fff;
	position: relative; /* important to hold the absolute element triangles */
	margin:0px 0px 0px;
	padding:3px 10px 3px 10px;
}

.story > li:before{
	border:7px solid;
	content:'';
	display: block;
	position: absolute;
}
.story > li:nth-child(even){
	float:right;
	clear:both;
}
.story > li:nth-child(odd){
	text-align:right;
	float:left;
	clear:both;
}
.story > li:nth-child(even):before{
	/* #e2e2e2 same as li background */
	border-color:#fff #fff #fff #efefef;
	right:100%;
	top:50%; /* you can adjust */
}

.story > li:nth-child(odd):before{
	/* #e2e2e2 same as li background */
	border-color:#fff #efefef #fff #fff;
	left:100%;
	top:50%; /* you can adjust */
}

.story > li h1{
	font-family:Verdana, Arial, sans-serif; 
	font-size:14px; 
	color:#555; 
	font-weight:normal;
	text-transform:uppercase;
	}

.story > li h1 span{
	font-weight:normal;
	}

.story > li p{
	font-size:11px; 
	color:#666;
	margin:10px 0px;
}	


/* //////////////////////////////// DRAGSCROLL ////////////////////////////////// */
.scrolls { cursor: inherit; }
.dragscroll-scroller { overflow: hidden !important }
.dragscroll-container { overflow: visible !important }
.dragscroll-container,
.dragscroll-scroller { position: relative }
.dragscroll-scroller { height: 100% }
.dragscroll-inner { display : block }
.dragscroll-scrollbar-container {
    cursor : pointer;
    position: absolute;
    background: rgb(220,220,220);
    background: rgba(0,0,0,.2);
    -webkit-border-radius : 5px;
    -moz-border-radius : 5px;
    border-radius : 5px;
}
.dragscroll-scrollbar-container.autohide { display: none }
.dragscroll-scrollbar-container.h {
    width : 100%;
    height : 4px;
    left : 0;
    bottom : -8px;
}
.dragscroll-scrollbar-container.v {
    height : 100%;
    width : 4px;
    top : 0;
    right : -8px;
}
.dragscroll-scrollbar.v {
    width : 4px;
    top : 0;
}
.dragscroll-scrollbar.h {
    height : 4px;
    left : 0;
}
.dragscroll-scrollbar {
    position: absolute;
    cursor : pointer;
    background: rgb(160,160,160);
    background: rgba(0,0,0,.4);
    -webkit-border-radius : 5px;
    -moz-border-radius : 5px;
    border-radius : 5px;
}
	

/* //////////////////////////////// LITEBOX ////////////////////////////////// */
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../nav/lb_close.png) url(../nav/lb_loading.gif) url(../nav/lb_prev.png) url(../nav/lb_next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../nav/lb_loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../nav/lb_prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../nav/lb_next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../nav/lb_close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}





/* //////////////////////////////// Instagram Feed ////////////////////////////////// */

@media only screen and (max-width: 500px) {
.instafeed_item {margin:0px; float:left;padding:0px; width:96px; height:96px; opacity:0.6;}
	
}

@media only screen and (min-width: 500px) {
	.instafeed_item {margin:0px; float:left;padding:0px; width:96px; height:96px; opacity:0.6;}
	
}

.instafeed_item:hover {opacity:1.0;}
.instafeed_item img {width:100%; height:100%;}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../nav/lb_loading.gif');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 27px;
	height: 27px;
	background: transparent url('../nav/lb_close.png') 0px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../nav/blank.png');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../nav/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../nav/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../nav/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../nav/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../nav/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../nav/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../nav/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../nav/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../nav/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../nav/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../nav/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../nav/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../nav/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../nav/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../nav/fancy_shadow_nw.png', sizingMethod='scale'); }

.biocontent {
	width:570px;
	background-color:#26419A;
	color:#c5d0f2;
	padding:20px;
}

.biocontent h2 {
	margin-bottom:10px;
	color:#fff;
	font-size:17px;
	font-style: italic;
}

.biocontent p {
	font-size:13px;
	margin-bottom:10px;
}

.biocontent img {
	float:right;
}

#primary-content .biocontent {
	display:none;
}

#fancybox-left-ico, #fancybox-left:hover span { left: -35px; }
#fancybox-right-ico, #fancybox-right:hover span { right: -35px;
left: auto; }






