/* jCarousel */

.jcarousel-wrapper { position: relative; }

/** Carousel **/

.jcarousel { position: relative; overflow: hidden; }

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

.jcarousel li { float: left; }

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

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next { position: absolute; top: 6px; text-align: center; color: #fff; text-decoration: none; width: 26px; height: calc(100% - 12px); }

.jcarousel-control-prev { left: 6px; background: url("../images/arrow-left.html") no-repeat left top transparent;
                          -webkit-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; border-top-left-radius: 5px;
                          -webkit-border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }

.jcarousel-control-next { right: 6px; background: url("../images/arrow-right.html") no-repeat left top transparent;
                          -webkit-border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; border-top-right-radius: 5px;
                          -webkit-border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span { display: block; }

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive { opacity: .25; cursor: default; }

/** Carousel Pagination **/

.jcarousel-pagination { position: absolute; bottom: 10px; left: 50%; 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:last-child { margin-right: 0; }

.jcarousel-pagination a.active { background: #9f191f; color: #fff; opacity: 1;
                                 -webkit-box-shadow: 0 0 2px #F0EFE7; -moz-box-shadow: 0 0 2px #F0EFE7; box-shadow: 0 0 2px #F0EFE7; }