.jcarousel-wrapper {
    margin: 16px auto 0;
    position: relative;
}

/** Carousel **/

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*margin: 0 auto 45px 0;*/
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: auto;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px 0;
	overflow: hidden;
	text-align: center;
}

.jcarousel li.current {
	background: #ccc;
}

.jcarousel .p-thumbnail img {
	display: block;
	max-width: 180px;
	max-height: 96%;
	margin: 0 auto;
	background-size: contain;
	padding-bottom:20px; 
}

.jcarousel h3 {
    display: block;
    max-width: 100%;
    height: auto !important;
	color: #414042;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: .9em;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 0;
    margin-top: 10px;
    width: 30px;
    height: 100%;
    text-align: center;
	text-indent: 9999999999px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
}

.jcarousel-control-prev {
    left: 0;
	background: url(images/left.png) no-repeat left 30%;
}

.jcarousel-control-next {
    right: 0;
	background: url(images/right.png) no-repeat right 30%;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    /*
    position: absolute;
    bottom: 0;
    left: 50%;
	width: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    */
	text-align: center;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    background: url(images/gear-grey.png) no-repeat;
    color: #4E443C;
    text-indent: -9999px;
    margin-right: 7px;
}

.jcarousel-pagination a.active {
    background: url(images/gear-gold.png) no-repeat;
    color: #fff;
    opacity: 1;
}

.jcarousel-pagination a:hover{
	background: url(images/gear-gold.png) no-repeat;
}
