/** Carousel **/

.jcarousel-wrapper {
    margin: 20px auto 40px auto;
    position: relative;
	width:1120px;

}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 960px;
	margin:0 auto;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 205px!important;
	height:155px;
	padding:5px 0 0 5px;
    float: left;
	margin:0 30px 1px 1px;
	background:#FFF;
	box-shadow:  0px 1px 1px 0px #bbb; -webkit-box-shadow:  0px 1px 1px 0px #bbb; -moz-box-shadow:  0px 1px 1px 0px #bbb;
}

.jcarousel img {
    display: block;
    max-width: 200px;
	max-height:150px;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 20%;
    margin-top: -15px;
    width: 67px;
    height: 126px;

}

.jcarousel-control-prev {
    left: 0px;
	background:url(img/works-arr-prev.jpg) no-repeat;
}
.jcarousel-control-prev:hover {
    left: 0px;	
}
.jcarousel-control-next {
    right: 0px;	
}
.jcarousel-control-next:hover {
    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;
}

.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;


    -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;
}


.slideshow3 {
    position: relative;
    overflow: hidden;
   /* width: 760px; */
	/* margin:0 auto; */
	margin: 0 30px;
}

.slideshow3 ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel_list p {
	text-align: center!important;
}
p.price_carusel {
	text-align: center!important;
}

.slideshow3 li {
   /*  width: 235px; */
    height: 260px;
    float: left;
    margin: 0px 0px 0px 5px;
    
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px 15px!important;
    width: 215px;
}
.slideshow3 .jcarousel_list {
	overflow: hidden;
}
.slideshow3 img {
	max-width: 235px;
    height: 175px;
}


.slideshow3_prev, .slideshow3_next {
    position: absolute;
    /* top: 20%; */
    top: 35%;
    margin-top: -15px;
    width: 26px;
    height: 90px;
    
    cursor: pointer;
}

.slideshow3_prev {
    /* left: -25px; */
    left: 0px;	
}

.slideshow3_next {
    /* right: -20px; */
    right: 0px;	
}
