    .gallery_wrapper {
      position: relative;
      margin-bottom: 15px;
    }
    #wrapper,
    .wrapper { 
    	height: 250px;  
    	position: relative;
    	margin-top: 0 !important; 
    }
    #wrapper,
    .wrapper {
    	width: 90%;
    	left: 5%;
    	overflow: hidden; 
    }
    #prev, #next, 
    .prev, .next { 
    	height: 250px;
    	position: absolute;
    	top: 50%;
    	margin-top: -140px;
    }
     
    #carousel1 img, 
    .carousel1 img {
      height: auto !important;
      
    	margin: 10px 5px;
    	border: none;
    	display: block;
    	float: left;
    	cursor: pointer;
    }
     
    #prev, #next,
    .prev, .next {
    	background: center center no-repeat transparent;
    	width: 5%;
    }
    #prev:hover, #next:hover,
    .prev:hover, .next:hover {
    	background-color: transparent;
    }
    .prev,
    #prev {
    	background-image: url(/layout/frontend/heimtierbedarf/img/gui-prev.png );
    	left: 0;
    }
    .next, 
    #next {
    	background-image: url(/layout/frontend/heimtierbedarf/img/gui-next.png );
    	right: 0;
    }
    
    #carousel_lightbox {
      /* background: rgba(0,0,0,0.4); */
      position: fixed;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      padding: 0;
      z-index: 10000;
    }

    #carousel_lightbox > div.inner-wrapper {
      display: inline-block;
      background: #FFF;
      padding: 30px 20px 15px 20px;
      background: #FFF;
      max-width: 800px;
      width: 88%;
      position: relative;
      z-index: 10020;
      margin-top: 60px;
    }
    #carousel_lightbox > div.bg_alpha { 
      background: rgba(0,0,0,0.4); 
      position: fixed;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 10010;
    }
    a.close-lightbox {
      position: absolute;
      top: 2px;
      right: 5px;
      background: #FFF;
      display: inline-block;
      padding: 5px 15px;
      z-index: 100;
    }
    .main-image {
      width: auto !important;
      height: auto !important;
      max-width: 100%;
      margin-bottom: 15px;
    }
    div.small {
      visibility: hidden;
    }
    
    
    .carousel-inner > .item {
      top: 0 !important;
    }