/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 800px;
  overflow : hidden;
 
}
.nano .content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 12px;
  right         : 0;
  bottom        : 0;
  left          : 0;
   margin:0;
  padding:0;
}


/*
#galerie .nano .content {
	padding-right: 100px;
}
*/

#content-galerie {
	width: 391px;
}

.article-content .nano .content { margin-left: 30px;  }
.article-content .nano .content p:last-child {padding-bottom: 41px; }

.nano .content:focus {
  outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  background : rgba(0,0,0,0);
  position   : absolute;
  width      : 15px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01; 
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
/*
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;  
  border-radius         : 3px;
*/
}

.main .nano > .pane { margin-bottom: 40px; }

.article-content .nano  > .pane	{ 
	left: 8px ; 
	margin-bottom: 55px;
}
#galerie .nano  > .pane {
	margin-top: 196px; 
	margin-bottom: 55px;
}


.nano > .pane > .slider {
/*
  background: #444;
  background: rgba(0,0,0,.25);
*/
  background			: url(../img/slider.png);
  position              : relative;
  margin-top: 20px;
  width:15px;
/*
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;  
  border-radius         : 3px;
*/
}

.article-content .nano .pane .slider, #galerie .nano .pane .slider{
	margin-top:0px;
}



.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}