.jcarousel-wrapper {
    /* margin: 20px auto;
    border: 10px solid red; */
    position: relative;
   
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
	    margin-bottom: 15px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 375px !important;
    float: left;
    border-right:1px solid #ccc;
	padding-right:20px;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
margin-left: 10px;
margin-right: 10px;
}

.jcarousel li strong{
    display: block;
	border-bottom:1px solid #E5E5E5;
    font-size: 17px;
    padding:5px 10px;
    font-style: normal;
	margin-bottom:10px;
		color:#c5535a;
	font-family: 'Patua One';
	font-weight:normal;
}

.jcarousel li p{
    font-size: 15px;
    color: #747474;
    padding: 0 10px;
	font-family: 'Futura Lt BT';
}




.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
	margin-bottom:10px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: -12%;
    margin-top: -11px;
    width: 50px;
    height: 34px;
    text-align: center;
    text-decoration: none;
}

.jcarousel-control-prev {
    right: 53px;
}

.jcarousel-control-next {
    right: 10px;
}

/** 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;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;
    font-family: 'Futura Bk BT';
    font-weight: 300;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
a.devami {
    color: #f15353;
    font-size: 13px;
    float: right;
    padding-bottom: 10px;
    padding-right: 10px;
	font-family: 'Futura Bk BT';
	font-weight: 500;
    font-style: normal;
}







.jcarousel-wrapper2 {
    /* margin: 20px auto;
    border: 10px solid red; */
    position: relative;
   
}

/** Carousel **/

.jcarousel2 {
    position: relative;
    overflow: hidden;
    min-width: 205px;
    
}

.jcarousel2 ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel2 li {
    width: 221px !important;
    float: left;
    padding-right:10px;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
margin-left: 5px;
margin-right: 5px;
}

.jcarousel2 li strong{
    display: block;
    border-bottom:1px solid #E5E5E5;
    font-size: 17px;
    padding:5px 10px;
    font-style: normal;
    margin-bottom:10px;
        color:#c5535a;
    font-family: 'Patua One';
    font-weight:normal;
}

.jcarousel2 li p{
    font-size: 15px;
    color: #747474;
    padding: 0 10px;
    font-family: 'Futura Lt BT';
}




.jcarousel2 img {
    display: block;
    max-width: 100%;
    height: auto !important;
}


.jcarousel-control-prev2,
.jcarousel-control-next2 {
    position: absolute;
    top: 0%;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
}

.jcarousel-control-prev2 {
        left: 5px;
    top: 1px;
}

.jcarousel-control-next2 {
    right: 0px;
    top: 1px;
}

/** Carousel Pagination **/

.jcarousel-pagination2 {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination2 a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;
    font-family: 'Futura Bk BT';
    font-weight: 300;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

