.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 92%;
		margin: 0 auto;
		background-color:#e7e7e7;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #E7E7E7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
		
		margin-right: 15px;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
		
		margin-bottom: 15px;
	
}

.jcarousel a:last-child img { margin-bottom:0;}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 47%;
    margin-top: -15px;
 /*   width: 30px;
    height: 30px; */
    text-align: center;
  /*  background: #4E443C; */
    color: #ccc;
    text-decoration: none;
    text-shadow: 0 0 1px #777;
    font: 140px/140px Arial, sans-serif;
  /*  -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7; */
}

.jcarousel-control-prev {
    left: 37px;
}

.jcarousel-control-next {
    right: 37px;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {color: #f7941e;}