.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 1px solid #0054a6;
	width: 836px;
	padding: 50px 40px;
}

.jcarousel-wrapper h2.title {
	position: absolute;
	left: 30px;
	top: -8px;
	background: #fff;
	display: inline;
	padding: 0px 10px;
	margin: 0px;
}

.jcarousel-wrapper .img {
	width: 166px;
}

.jcarousel-wrapper .img img {
	display: block;
	width: 140px;
	height: auto;
}

.jcarousel-wrapper .short {
	font-size: 14px;
	padding: 0px 20px 0px 0px;
}

.jcarousel-wrapper .short a {
	text-decoration: underline;
}

/** Carousel **/

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

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

.jcarousel li {
    width: 418px;
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #fff;
    text-decoration: none;
	overflow: hidden;
	text-indent: -9000px;
}

.jcarousel-control-prev {
    left: -20px;
    background: #0054a6 url(/content/images/prev.png) center center no-repeat;
}

.jcarousel-control-next {
    right: -20px;
    background: #0054a6 url(/content/images/next.png) center center no-repeat;
}

/** 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;
}
