.jcarousel {
    margin: auto;
    overflow: hidden;
    position: relative;
    width:100%;
}
.testimonials .jcarousel{
    width: 960px;
}
.jcarousel-wrapper {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.jcarousel-item{
    float: left;
    max-width: 100%;
    width: 100%;
}
.Home-testmonial {
    margin: auto auto 10px;
    width: 960px;
}
.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}
.testimonials  .jcarousel-pagination{display: none}