.slider.links .bx-controls,
.slider.linksimages .bx-controls {
    display: none;
}

.slider.links>.bx-wrapper .bx-caption span,
.slider.linksimages>.bx-wrapper .bx-caption span {
    font-size: 22px;
    text-transform: uppercase;
}

.slider.links>.bx-wrapper .bx-caption p,
.slider.linksimages>.bx-wrapper .bx-caption p {
    color: white;
    padding: 0 36px 0 12px;
}

.slider.links .bxslider,
.slider.linksimages .bxslider{
    margin: 0;
}

.slider.links>.controls,
.slider.linksimages>.controls{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: -73px;
}

.slider.links>.controls>li,
.slider.linksimages>.controls>li{
    list-style: none;
    background-color: white;
    padding: 5px;
}

.slider.links>.controls>li,
.slider.linksimages>.controls>li{
    color: #555 !important;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.bx-wrapper {
    margin: 0 auto !important;
}
.slider-link-image img{
    max-width: 125px;
    max-height: 80px;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../bundles/wandoledzep/bxslider-4/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../bundles/wandoledzep/bxslider-4/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../bundles/wandoledzep/bxslider-4/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../bundles/wandoledzep/bxslider-4/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../bundles/wandoledzep/bxslider-4/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/**
 * HoverScroll Style Sheet
 *
 * @author RasCarlito <carl.ogren@gmail.com>
 * @version 0.2.4
 * @revision 21
 */

/* Main container */
div.hoverscroll {
	position:relative;
}


/* List container */
div.hoverscroll div.listcontainer {
	overflow:hidden;
}
div.hoverscroll div.fixed-listcontainer {
    overflow: hidden;
    float: left;
}

/* Actual list containing items */
div.hoverscroll ul.list {
	list-style:none;
	margin:0;
	padding:0;
}

/* Items contained in the list */
div.hoverscroll ul.list li.item {
	display:block;
	padding:0;
}
div.hoverscroll.horizontal ul.list li.item {
	float:left;
}
div.hoverscroll.horizontal.rtl ul.list li.item {
	float: right;
}



/* Arrows */
div.hoverscroll div.arrow {
	position:absolute;
	float:none;
	background-color:#ccc;
	background-position:center;
	background-repeat:no-repeat;
	opacity:0.8;
	filter:alpha(opacity=80);
}
div.hoverscroll div.fixed-arrow {
    display: block;
    float: left;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
}

div.hoverscroll div.arrow.left,
div.hoverscroll div.arrow.right,
div.hoverscroll div.fixed-arrow.left,
div.hoverscroll div.fixed-arrow.right {
	top:0px;
	width:20px;
	height:100%;
}
div.hoverscroll div.arrow.left,
div.hoverscroll div.fixed-arrow.left {
	left:0px;
	background-image:url('../bundles/applicationapplication/css/lib/gfx/arrow-left-small.png');
}
div.hoverscroll div.arrow.right,
div.hoverscroll div.fixed-arrow.right {
	right:0px;
	background-image:url('../bundles/applicationapplication/css/lib/gfx/arrow-right-small.png');
}

div.hoverscroll div.arrow.top,
div.hoverscroll div.arrow.bottom,
div.hoverscroll div.fixed-arrow.top,
div.hoverscroll div.fixed-arrow.bottom {
	left:0px;
	width:100%;
	height:40px;
}
div.hoverscroll div.arrow.top,
div.hoverscroll div.fixed-arrow.top {
	top:0px;
	background-image:url('../bundles/applicationapplication/css/lib/gfx/arrow-up-small.png');

}
div.hoverscroll div.arrow.bottom,
div.hoverscroll div.fixed-arrow.bottom {
	bottom:0px;
	background-image:url('../bundles/applicationapplication/css/lib/gfx/arrow-down-small.png');
}


/* Hover Zones */
/*
div.hoverscroll div.hoverZoneLeft,
div.hoverscroll div.hoverZoneRight,
div.hoverscroll div.hoverZoneTop,
div.hoverscroll div.hoverZoneBottom {
	position:absolute;
}
div.hoverscroll div.hoverZoneLeft {
	cursor: url('../bundles/applicationapplication/css/lib/gfx/mouse-arrow-left.cur'), w-resize;
	top:0px;
	left:0px;
	width:40%;
	height:100%;
}
div.hoverscroll div.hoverZoneRight {
	cursor: url('../bundles/applicationapplication/css/lib/gfx/mouse-arrow-right.cur'), w-resize;
	top:0px;
	right:0px;
	width:40%;
	height:100%;
}
div.hoverscroll div.hoverZoneTop {
	cursor: url('../bundles/applicationapplication/css/lib/gfx/mouse-arrow-up.cur'), n-resize;
	top:0px;
	left:0px;
	width:100%;
	height:40%;
}
div.hoverscroll div.hoverZoneBottom {
	cursor: url('../bundles/applicationapplication/css/lib/gfx/mouse-arrow-down.cur'), n-resize;
	bottom:0px;
	left:0px;
	width:100%;
	height:40%;
}
*/

.lb_foto > a {
        height: 300px;
        width: 300px;
        overflow: hidden;
        display: block;
}

.lb_foto_preview{
    list-style-type:none;
/*    float:right;*/
        clear:both;
        margin: 0;
        padding: 15px 0 0 0;
/*		background: #eee;*/

}
.lb_foto_preview li{
    float:left;
}

.lb_foto_preview li a {
    display: block;
}

.lb_foto_preview li .photo-option-wrap a {
    display: inline;
}

.lb_foto_preview li img{
    max-height: 60px;
    border-right: solid 5px white;
    padding: 1px;
    background: #ccc;
    display: block;
}

.lb_foto_preview li .photo-item-wrap img {
    display: inline;
}

.lb_foto_preview li img:hover{
    background: #ddd;
}


.lb_close{
/*    float:right;*/
    cursor:pointer;
    text-indent: -9999px;
    display: block;
    width: 42px;
    height: 28px;
    background: url('../bundles/webgetgallery/images/lightbox-gallery/lightbox-btn-closelabel-notext.gif') no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}
.lb_close:hover{
    /*background-position: 0 -34px;*/
}
.lb_overlay{
    background:black;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity:0.75;
    position:absolute;
    left:0px;
    top:0px;
    z-index:10000;
}

.lb_gallery{
    position:fixed;
    top:100px;
    left:0px;
    display:none;
    z-index:100022;
    padding: 30px 20px 30px 30px;
    background: #fff;
    position:absolute;
}

.lightbox-gallery {
  margin:auto;
  width: 750px;
  height:620px;
  float:left;
}
.lightbox-gallery, .lightbox-gallery * {
  margin: 0;
}
  .lightbox-gallery .lightbox-image-wrapper {
    width: 600px;
    height: 600px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;float:left;
  }
    .lightbox-gallery .lightbox-image-wrapper .lightbox-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .lightbox-loader {
        display:inline-block;
        width:28px;
        height:28px;
        background: url('../bundles/webgetgallery/images/lightbox-gallery/loader.gif');
    }
    .lightbox-gallery .lightbox-image-wrapper .lightbox-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
      background: url('../bundles/webgetgallery/images/lightbox-gallery/ad_next.png') -40px 50% no-repeat;
    }
    .lightbox-gallery .lightbox-image-wrapper .lightbox-next:hover {
      background-position: 100% 50%;
    }
    .lightbox-gallery .lightbox-image-wrapper .lightbox-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
      background: url('../bundles/webgetgallery/images/lightbox-gallery/ad_prev.png') 0 -40px no-repeat;
    }
    .lightbox-gallery .lightbox-image-wrapper .lightbox-prev:hover {
      background-position: 0 50%;
    }

    .lightbox-gallery .lightbox-image-wrapper .lightbox-prev, .lightbox-gallery .lightbox-image-wrapper .lightbox-next {
      /* Or else IE will hide it */
/*      background: url(../../vendor/webget/webget/src/Webget/GalleryBundle/Resources/public/images/lightbox-gallery/non-existing.jpg)\9*/
    }
      .lightbox-gallery .lightbox-image-wrapper .lightbox-prev .lightbox-prev-image, .lightbox-gallery .lightbox-image-wrapper .lightbox-next .lightbox-next-image {
/*        background: url(../bundles/webgetgallery/images/lightbox-gallery/ad_prev.png);
        width: 30px;
        height: 30px;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;*/
                display: none !important;
      }/*
      .lightbox-gallery .lightbox-image-wrapper .lightbox-next .lightbox-next-image {
        background: url(../bundles/webgetgallery/images/lightbox-gallery/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }*/
    .lightbox-gallery .lightbox-image-wrapper .lightbox-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .lightbox-gallery .lightbox-image-wrapper .lightbox-image .lightbox-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url('../bundles/webgetgallery/images/lightbox-gallery/opa75.png');
        color: #000;
      }
      * html .lightbox-gallery .lightbox-image-wrapper .lightbox-image .lightbox-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='../../vendor/webget/webget/src/Webget/GalleryBundle/Resources/vendor/webget/webget/src/Webget/GalleryBundle/Resources/public/css/opa75.png');
      }
        .lightbox-gallery .lightbox-image-wrapper .lightbox-image .lightbox-image-description .lightbox-description-title {
          display: block;
        }
  .lightbox-gallery .lightbox-controls {
    padding-top:10px;
    height: 20px;
    clear:both;
  }
    .lightbox-gallery .lightbox-info {
      float: left;
    }
    .lightbox-gallery .lightbox-image-description {
      float: left;
      padding-left: 25px;
    }
    .lightbox-gallery .lightbox-slideshow-controls {
      float: right;
    }
      .lightbox-gallery .lightbox-slideshow-controls .lightbox-slideshow-start, .lightbox-gallery .lightbox-slideshow-controls .lightbox-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .lightbox-gallery .lightbox-slideshow-controls .lightbox-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .lightbox-gallery .lightbox-slideshow-running .lightbox-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .lightbox-gallery .lightbox-nav {
    width: 120px;
    height:400px;
    position: relative;float:right;
  }
    .lightbox-gallery .lightbox-forward, .lightbox-gallery .lightbox-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .lightbox-gallery .lightbox-forward, .lightbox-gallery .lightbox-back {
      height: 100px;
    }
    .lightbox-gallery .lightbox-back {
      position:absolute;
      cursor: pointer;
      top: -20px;
      width: 114px;
      height:18px;
      display: block;
      background: url('../bundles/webgetgallery/images/lightbox-gallery/ad_scroll_back.gif') 50% 0 no-repeat;
    }
    .lightbox-gallery .lightbox-forward {
            position:absolute;
      cursor: pointer;
            height:18px;
      display: block;
      top: 600px;
      width: 114px;
      background: url('../bundles/webgetgallery/images/lightbox-gallery/ad_scroll_forward.gif') 50% 2px no-repeat;
    }
    .lightbox-gallery .lightbox-nav .lightbox-thumbs {
      overflow: hidden;
      height:600px;
      width: 120px;
      float:right;
    }
      .lightbox-gallery .lightbox-thumbs .lightbox-thumb-list {
        /*float: left;*/
        /*width: 9000px;*/
        height: 9000px;
        width: 110px;
        list-style: none;
      }
        .lightbox-gallery .lightbox-thumbs li {
          /*float: left;*/
          padding-bottom: 5px;
          clear:both;
        }
          .lightbox-gallery .lightbox-thumbs li a {
            display: block;
          }
            .lightbox-gallery .lightbox-thumbs li a img {
              border: 2px solid #ddd;
              display: block;
            }
            .lightbox-gallery .lightbox-thumbs li a img:hover {
              border: 2px solid #c4c4c4;
            }
            .lightbox-gallery .lightbox-thumbs li a.lightbox-active img {
              border: 2px solid #CB2900;
            }
/* Can't do display none, since Opera won't load the images then */
.lightbox-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

.photogallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#content .photogallery li.photo-item {
    list-style-type: none;
    background: none;
    margin: 3px 6px 3px 0;
    padding: 1px;
    float: left;
    height: 110px;
    text-align: center;
}
.photogallery {
    font-weight: bold;
}


/* slider, gallery */


.article-slider li{
    width:450px !important;
}
.article-slider .pager{margin-left:0;margin-bottom:0px;list-style:none;text-align:left;}

.article-slider .pager a{
    display: inline-block;
    padding: 5px 5px;
    background-color: #ffffff;
    border: 0px solid #DDD;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
ul.article-slider .pager a:hover{text-decoration:none;background-color:#ffffff;}

.article-slider img {
    max-width:70px;
    max-height:70px;
}
.select-file-gallery {
    width:130px; /* ff a opera */
}

.product-gallery {
    position:relative;
    top:0;
}

.product-gallery-wrapper {
	overflow:hidden;
	height:250px;
}
.ui-autocomplete-category {
    font-weight: bold;
    padding: 0 0 0 2px;
    line-height: 150%;
}

.link-icon {
	float:right;
	cursor:pointer;
	margin-left:5px;
}