.jcarousel-wrapper {

}

/** Carousel **/

.slider-home-cover {height: 365px; width: 100%;}

.slider-home {
    width: 120%;
	height: 365px;
    margin: auto;
	position: absolute;
	left: -10%;
}

.jcontroller-span {width: 950px; height: 365px; margin: 0 auto; position: relative;}

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

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

.jcarousel li {
    width: 200px;
    float: left;   
	margin: 0 5px;
}

.jcarousel img {
    display: block;
	width: 100%;
	height: 360px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 46%;
    margin-top: -15px;
    width: 60px;
    height: 40px;
    text-align: center;
    background: #8e8b88;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 45px/33px Arial,sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
	opacity: 0.8;
	display: none;
}

.slider-home:hover .jcarousel-control-prev, .slider-home:hover .jcarousel-control-next {display: block}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	background-color: #e21228
}

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

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

/** Carousel Pagination **/

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

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