#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
	background-color:#f62929;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#f4c239; /* bgcolor of the stars*/
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}

/** P containing the rate informations **/
p.jRatingInfos {
	position:		absolute;
	z-index:9999;
	background:	transparent url('jrating/icons/bg_jRatingInfos.png') no-repeat;
	color:			#FFF;
	display:		none;
	width:			91px;
	height:			29px;	
	font-size:16px;
	text-align:center;
	padding-top:5px;
}
	p.jRatingInfos span.maxRate {
		color:#c9c9c9;
		font-size:14px;
	}/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.component-gallery.view-carousel {
    width: 100%;
    margin: 20px 0 40px 0;
}
.component-gallery.view-carousel .makeMeScroll .fancybox img {
    margin: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    transition: box-shadow 0.2s ease-in-out;
}
.component-gallery.view-carousel .makeMeScroll .fancybox img:hover, .component-gallery.view-carousel .makeMeScroll .fancybox img:active, .component-gallery.view-carousel .makeMeScroll .fancybox img:focus {
    box-shadow: 0 0 5px #bbb;
}
.component-gallery.view-carousel .makeMeScroll .slick-arrow {
    height: 60px;
    width: 70px;
    z-index: 1;
}
.component-gallery.view-carousel .makeMeScroll .slick-arrow:before {
    color: #007cb3;
    font-size: 50px;
}
.component-gallery.view-carousel .makeMeScroll .slick-prev:focus, .component-gallery.view-carousel .makeMeScroll .slick-next:focus {
    outline: #e8121b auto;
}

.component-gallery.grid {
    width: 100%;
    margin: 20px 0 40px 0;
}
.component-gallery.grid .component-wrapper {
    width: 100%;
}
.component-gallery.grid .component-wrapper .component-content {
    text-align: center;
}
.component-gallery.grid .component-wrapper .component-content .makeMeScroll {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    align-content: center;
}
.component-gallery.grid .component-wrapper .component-content .makeMeScroll .fancybox {
    text-decoration: none;
}
.component-gallery.grid .component-wrapper .component-content .makeMeScroll .fancybox img {
    margin: 10px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #ddd;
    justify-content: center;
    transition: box-shadow 0.2s ease-in-out;
}
.component-gallery.grid .component-wrapper .component-content .makeMeScroll .fancybox img:hover, .component-gallery.grid .component-wrapper .component-content .makeMeScroll .fancybox img:active, .component-gallery.grid .component-wrapper .component-content .makeMeScroll .fancybox img:focus {
    box-shadow: 0 0 5px #bbb;
}
.component-gallery.grid .component-wrapper .component-content .makeMeScroll .fancybox:hover, .component-gallery.grid .component-wrapper .component-content .makeMeScroll .fancybox:active, .component-gallery.grid .component-wrapper .component-content .makeMeScroll .fancybox:focus {
    text-decoration: none;
}
