.wrapper {
    margin: auto;
	background: transparent url(/img/form/bg.png) repeat;
	color: #7f8a91;
	text-align:  center;
}

.jcarousel-header
{
	font-weight: bold;
	font-size: x-large;
	padding: 25 0 10;
}

.jcarousel-wrapper {
    position: relative;
    /*
    (4 * width: 150px) + (3 * margin-right: 1px) = 603px
    */
    max-width: 870px;
    /*height: 250px;*/
	padding: 15px 70px;
    margin-left: auto;
    margin-right: auto;
}

/** Carousel **/

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

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

.jcarousel li {
    float: left;
    width: 175px;
    height: 190px;
    margin: 3px 11px 3px 3px;
 	text-align:  center;
	padding: 15px;
	background-color: #1f1f1f;
	font-size: 14;
}

.client-wrapper img
{
	margin: 7px;
	height: 105px;
}

.jcarousel .loading {
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    /*-webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
    opacity: .5;
}

.jcarousel-control-prev {
	position: absolute;
	left: 0;
	margin-left: 3px;
	cursor: pointer;
	background: transparent url(/img/form/left-arrow.png) no-repeat;
	background-size:100%;
	/*-webkit-box-shadow: 0px 1px 2px 0px #101010;
	-moz-box-shadow: 0px 1px 2px 0px #101010;
	box-shadow: 0px 1px 2px 0px #101010;*/
}

.jcarousel-control-next {
	position: absolute;
	right: 0;
	margin-right: 3px;
	cursor: pointer;
	background: transparent url(/img/form/right-arrow.png) no-repeat;
	background-size:100%;
	/*-webkit-box-shadow: 0px 1px 2px 0px #101010;
	-moz-box-shadow: 0px 1px 2px 0px #101010;
	box-shadow: 0px 1px 2px 0px #101010; */
}

.jcarousel-control-next:hover 
{
    opacity: .7;
}

.jcarousel-control-prev:hover 
{
    opacity: .7;
}

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

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


@media only screen and (min-width: 1900px) {
    .jcarousel-wrapper 
	{
		max-width: 1300px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1899px) {
    .jcarousel-wrapper 
	{
		max-width: 1000px;
    }
}

@media only screen and (min-width: 982px) and (max-width: 1149px) {
    .jcarousel-wrapper 
	{
		max-width: 750px;
    }
}

@media only screen and (max-width: 981px) {
    .jcarousel-wrapper 
	{
		max-width: 650px;
    }
}