.jcarousel-wrapper {
    margin:0px auto;
    position: relative;
    /*
    (4 * width: 150px) + (3 * margin-right: 1px) = 603px
    */
		width:1110px;
    height:90px;
}

/** Carousel **/

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

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

.jcarousel li {
		float:left;
		width:130px; 
		height:90px;
		margin-right:10px;
		border-radius:6px;
		padding:0px 0;
		background:#fff;
}

.jcarousel img {
		width:130px;
		height:90px;
		border-radius:6px;
}

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

/** Carousel Controls **/
.jcarousel-control-prev{
    position: absolute;
    top:50%;
		margin-top:-12px;
    left:-35px;
    width:48px;
    height:48px;
    cursor: pointer;
    background: transparent url("/include/main/force/img/partner_prev.png") no-repeat 0 0;
}

.jcarousel-control-next {
    position: absolute;
    top:50%;
		margin-top:-12px;
    right:-65px;
    width:48px;
    height:48px;
    cursor: pointer;
    background: transparent url("/include/main/force/img/partner_next.png") no-repeat 0 0;
}

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

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

.jcarousel-pagination{
	width:1288px;
	margin:0 auto;
	text-align:center;
}

.jcarousel-pagination a {
	display:inline-block;
	width:13px;
	height:13px;
	margin-left:3px;
	/**/text-indent: -99999px;
	background: transparent url("http://bz011215e.ilogin.biz/jc/examples/ajax/btn_onoff.png") no-repeat right top;
}

.jcarousel-pagination a.active {
	background-position: left top ;
}