.jcarousel-skin-friends2follow .jcarousel-container-horizontal {
	width: 100%;
}

.jcarousel-skin-friends2follow .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-friends2follow .jcarousel-clip-horizontal {
	margin: 0px 28px;
}

.jcarousel-skin-friends2follow .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-friends2follow .jcarousel-next-horizontal,
.jcarousel-skin-friends2follow .jcarousel-prev-horizontal {
position: absolute;
width: 18px;
height: 40px;
cursor: pointer;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #c5c5c5;
}

.jcarousel-skin-friends2follow .jcarousel-next-horizontal {
    top: 3px;
    right: 2px;
    background: url(../img/next.png) no-repeat center center;
	background: url(../img/next.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf)); /* Saf4+, Chrome */
	background: url(../img/next.png) no-repeat center center, -webkit-linear-gradient(top, #ffffff, #dfdfdf); /* Chrome 10+, Saf5.1+ */
	background: url(../img/next.png) no-repeat center center,    -moz-linear-gradient(top, #ffffff, #dfdfdf); /* FF3.6+ */
	background: url(../img/next.png) no-repeat center center,     -ms-linear-gradient(top, #ffffff, #dfdfdf); /* IE10 */
	background: url(../img/next.png) no-repeat center center,      -o-linear-gradient(top, #ffffff, #dfdfdf); /* Opera 11.10+ */
	background: url(../img/next.png) no-repeat center center,         linear-gradient(top, #ffffff, #dfdfdf); /* W3C */
}

.jcarousel-skin-friends2follow .jcarousel-prev-horizontal {
    top: 3px;
    left: 2px;
    background: url(../img/prev.png) no-repeat center center;
	background: url(../img/prev.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf)); /* Saf4+, Chrome */
	background: url(../img/prev.png) no-repeat center center, -webkit-linear-gradient(top, #ffffff, #dfdfdf); /* Chrome 10+, Saf5.1+ */
	background: url(../img/prev.png) no-repeat center center,    -moz-linear-gradient(top, #ffffff, #dfdfdf); /* FF3.6+ */
	background: url(../img/prev.png) no-repeat center center,     -ms-linear-gradient(top, #ffffff, #dfdfdf); /* IE10 */
	background: url(../img/prev.png) no-repeat center center,      -o-linear-gradient(top, #ffffff, #dfdfdf); /* Opera 11.10+ */
	background: url(../img/prev.png) no-repeat center center,         linear-gradient(top, #ffffff, #dfdfdf); /* W3C */
}
