.jcarousel-wrapper {
    /*margin: 0px auto;*/
    position: relative;
    /*background-color: #F6F6F6; */
    /*height: 200px;*/
}


/** Carousel **/

.jcarousel, .jcarousel-nr, .jcarousel-home, .jcarousel-images, .jcarousel-gif {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left: 0%;
    height: 100%;	
}

.jcarousel-images, .jcarousel-gif {
    width: 100%;
    margin-left: 0%;
}

.jcarousel ul, .jcarousel-nr ul, .jcarousel-home ul, .jcarousel-images ul, .jcarousel-gif ul {
    width: 20000em;
    position: relative;
    list-style: none;
    padding: 0;
}

.jcarousel ul {
    margin: 65px 0;
}

.jcarousel-nr ul, .jcarousel-home ul {
    margin: 30px 0;
}

.jcarousel-images ul, .jcarousel-gif ul {
    margin: 0;
}

.jcarousel li, .jcarousel-nr li, .jcarousel-home li, .jcarousel-images li, .jcarousel-gif li {
    /*width: 200px;*/
    float: left;
    text-align: center;
    padding: 0 15px;
}

.jcarousel-home h1 {
	margin: 0;
	padding: 0;
}

.jcarousel-home h2 {
	margin: 0 0 .5em 0;
	padding: 0;
}

.jcarousel img, .jcarousel-nr img, .jcarousel-images img, .jcarousel-gif img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -57px;
    width: 40px;
    height: 100px;
    text-align: center;
    color: inherit;
    opacity: 0.2;
    text-decoration: none;
    font: 5.5em Arial, sans-serif;
}

.jcarousel-control-prev {
    left: 0px;
}

.jcarousel-control-next {
    right: 0px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    color: inherit;

}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    color: inherit;

    background-color: currentColor;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;
    opacity: 0.4;

/*    -webkit-box-shadow: 0 0 2px #4E443C;*/
/*    -moz-box-shadow: 0 0 2px #4E443C;*/
/*    box-shadow: 0 0 2px #4E443C;*/
}

.jcarousel-pagination a:hover {

}

.jcarousel-pagination a.active {
    color: inherit;
    background-color: currentColor;
    opacity: 1;

   /* -webkit-box-shadow: 0 0 2px #F0EFE7;*/
   /* -moz-box-shadow: 0 0 2px #F0EFE7;*/
   /* box-shadow: 0 0 2px #F0EFE7;*/
}