.jcarousel-container {
    position: relative;
    width: 710px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.jcarousel-next {
	background: url('../images/right-arrow.gif') no-repeat 0 38px;
	width: 26px;
	height: 120px;
	float: left;
	margin-left: 655px;
	display: none;
}

.jcarousel-clip {
	float: left;
	width: 624px;
	height: 120px;
	margin-left: 55px;
	margin-top: -120px;
}

.jcarousel-prev {
	background: url('../images/left-arrow.gif') no-repeat 0 38px;
	width: 26px;
	height: 120px;
	float: left;
	display: none;
}

#relatedProducts li {
    float: left;
    list-style: none;
	width: 118px!important;
    height: 118px;
    margin-right: 38px;
    border: solid 1px #B2C5E6;
}

#relatedProducts li a {
	margin: 0 auto;
	text-align: center;
	display: block;
}

#relatedProducts li img {
	width: 80px;
	height: 80px;
	margin: 0 auto 3px auto;
}

#relatedProducts li p {
	text-align: center;
	margin: 0 2px;
	line-height: 11px;
}

#relatedProducts li p a {
	font-size: 10px;
}