.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
	padding:10px 20px 10px 20px;
	width:100%;
	
	
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
	height:262px;
	
}
.jcarouselbooks {
	height:auto !important;
	}

.sinheight { height:auto !important}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 264px !important;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
.jcarouselautores li {
    width: 220px !important;

}

.jcarousel img {
    display: block;
    width: 95% !important;
    height: auto !important;
	border:1px solid #d7d7d7; padding:0px;
}

.jcarousel img:hover {
opacity: 0.8;
    filter: alpha(opacity=80);
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #333333; font-weight:700;
    text-decoration: none;
    font: 48px Arial, sans-serif;

}

.jcarousel-control-prev {
    left: -15px;
}

.jcarousel-control-next {
    right: -15px;
}

.lcal {
    left: -1px;
}

.rcal {
    right: -5px;
}

/** 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;
}

.jcarousel li.calendar {
    width: 430px !important;
	border:0px !important
	}

.carouselimatge { width:100%; height:240px; overflow:hidden;}

@media screen and (max-width: 1400px) {
	
	.jcarousel li {
    width: 230px !important;
	}
	.jcarousel li.calendar {
    width: 430px !important;
	border:0px !important
	}
}

@media screen and (max-width: 1000px) {

.jcarousel {
   
	height:270px;
	
}
	
	.jcarousel li {
    width: 324px !important;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 324px !important;
	
    height: auto !important;
}
.jcarousel-wrapper {
	width:648px;
	overflow:visible;
}
.wrappercal {
	width:260px;
	overflow:visible;
	padding:10px 0px 10px 0px;
}
.jcarousel li.calendar {
	width:260px !important
	}

.jcarousel-control-prev {
    left: -40px;
}

.jcarousel-control-next {
    right: -40px;
}


	
}


@media screen and (max-width: 765px) {

.jcarousel {
   
	height:auto;
	
}
	
	.jcarousel li {
    width: 200px !important;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 157px !important;
	
    height: auto !important;
}
.jcarousel-wrapper {
	width:200px;
	overflow:visible;
}

.wrappercal {
	width:260px;
	overflow:visible;
	padding:10px 0px 10px 0px;
}
.jcarousel li.calendar {
	width:260px !important
	}
.jcarousel-control-prev {
    left: -40px;
}

.jcarousel-control-next {
    right: -40px;
}

.lcal {
    left: -28px;
}

.rcal {
    right: -30px;
}


.jcarousel ul { height:auto;}

	
}