/* ----- Carousel Custom Styles ----- */

.jcarousel-wrapper {
    margin: 0 auto;
    padding: 0 3em;
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
}

/** Carousel **/

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


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

.jcarousel li {
    width: 200px;
    float: left;
    margin: 0;
    padding: 1em;
}

.jcarousel shell {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.jcarousel .shadow {
	margin: 0;
    padding: 0.8em;
    line-height: 1.2em;
    font-weight: 600;
    -webkit-box-shadow: .5em .5em 1em 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    .5em .5em 1em 0px rgba(50, 50, 50, 0.25);
    box-shadow:         .5em .5em 1em 0px rgba(50, 50, 50, 0.25);
}

.jcarousel .shadow img {
    margin-bottom: .5em;
}


.jcarousel .caption {
	font-weight: 400;
}

.jcarousel-wrapper {
	margin-bottom:2em;
}


/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #c2a462;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	color: #fff;
	background: #524e4e;
}

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

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