.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
 
 
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    margin:0 100px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 300px;
    min-height: 260px;
    float: left;
    margin:0 30px 0 0;
}
.jcarousel .photo {
 display:block;
 width:100%;
 text-align:center;
}
.jcarousel img {
width:100%;
max-width:300px;
height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 0%;
    width: 80px;
    height: 145px;
    cursor:pointer;
        opacity:0.3;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover{
         opacity:0.5;
}


.jcarousel-control-prev {
    left: 0px;
    background:url("../images/arrowLeft.c8b6717861dc.png") left center no-repeat;

}

.jcarousel-control-next {
    right: 0px;
    background:url("../images/arrowRight.340dd19b205c.png") right center no-repeat;
}
 
.sampleRecipes h5{
 margin:20px 0 10px 0;
 font-family: 'Aller','Microsoft YaHei', Helvetica, sans-serif;
}
.sampleRecipes h5 a{
 color:#508918;
}



.sampleRecipes h5 a:hover{
 color:#8ac352;
}

@media screen and (max-width: 768px) {
	
.jcarousel-control-prev,
.jcarousel-control-next {
    width: 30px;
    height: 120px;
    background-size:50%;
}
.jcarousel {
    margin:0 30px;
}  
   
}
