





.hairmap-head-map, #hairmap-head-marker {  

    width: 100%;

    cursor: pointer;

    margin-top: 10px;

    margin-bottom: 10px;  }





.hairmap-head-back-map, .hairmap-head-left-map, .hairmap-head-top-map {

  margin-right: -0px;

}





.clearout {

height:20px;

clear:both;

}



#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {

display:none;

}



.nbs-flexisel-container {

    position:relative;

    max-width:100%;

}

.nbs-flexisel-ul {

    position:relative;

    width:9999px;

    margin:0px;

    padding:0px;

    list-style-type:none;

    text-align:center;

}



.nbs-flexisel-inner {

    overflow:hidden;

    float:left;

    width:100%;

         /* background: rgba(234, 238, 242, 0.45); */

    margin-bottom: 30px;

     /* border: 1px solid #e8e8e8; */

     margin-bottom: 0px;

}

.prices .nbs-flexisel-inner {



    border: 0px;



}



.gallery .nbs-flexisel-item,

.beratung .nbs-flexisel-item {

   float:left;

}



.nbs-flexisel-item {

 

    margin:0px;

    padding:0px;

    cursor:pointer;

    position:relative;

    line-height:0px;

}

.nbs-flexisel-item img {

    cursor: pointer;

    margin-top: 10px;

    margin-bottom: 10px;



}



.nbs-flexisel-item img.opacity {

opacity: 0.5;

    filter: alpha(opacity=40);

}













/*** Navigation ***/



.nbs-flexisel-nav-left,

.nbs-flexisel-nav-right {

    width: 41px;

  height: 41px;

    position: absolute;

    cursor: pointer;

    z-index: 100;

    opacity: 0.2;

}



.nbs-flexisel-nav-left:hover,

.nbs-flexisel-nav-right:hover {

opacity: 1;

}



.nbs-flexisel-nav-left {

      left: 5px;

      background-position: 0px -400px;

      background-image: url('../images/fancybox_sprite.png');

}



.nbs-flexisel-nav-right {

    right: 5px;

         background-image: url('../images/fancybox_sprite.png');

         background-position: 41px -400px;

}