.jcarousel-wrapper {
	width: 100%;
    /* margin: 30px 0 30px 0; */
    margin: 0px 0 0px 0;	
    padding: 0px;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	border-top: 0px solid #ccc; 
	border-bottom: 0px solid #ccc;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;

	/* background-color: #f3f3f3;	 */
	background-color: #F7F7F7;		
}

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

.jcarousel li {
    max-width: 192px;
	padding-right: 5px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
}

.jcarousel img {
    display: block;
    max-width: 100%;
	
	width: 192px;
	height: 166px;
	
    border: 0px solid #bbb;
    /* height: auto !important; */
   
	margin-right: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p.shortcode-carousel-title {
    margin: 1em 0 0;
    text-align: center;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
		opacity: 0.80;
		filter: alpha(opacity=80);		
    color: #333;
    text-decoration: none;

    font: 30px/32px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	border: 1px solid #666;
    /* border-radius: 30px; */
    border-radius: 1px;
	padding-top: 6px;
}

.jcarousel-control-prev {
    left: 25px;
}

.jcarousel-control-next {
    right: 25px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -25px;
    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: #ccc;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
