.jcarousel-skin-gift .jcarousel-container {
	margin: 0px 10px;
	width: 190px;
	height: 60px;
	padding: 5px 5px;
	border: none;
}

.jcarousel-skin-gift .jcarousel-container-vertical {
   	width: 190px;
	height: 60px;
}

.jcarousel-skin-gift .jcarousel-clip-vertical {
    width: 190px;
	height: 60px;
}

.jcarousel-skin-gift .jcarousel-item {
   	width: 180px;
    height: 50px;
	margin: 5px;
	font-size: 12px;
	color: #999999;
	line-height: 1.1em;
}

.jcarousel-skin-gift .jcarousel-item span {
	line-height: 1.7em;
}
.jcarousel-skin-gift .jcarousel-item img { 
	width: 50px;
	height: 50px;
	border: none;
	margin-right: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-gift .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-gift .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-gift .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-gift .jcarousel-next-disabled-horizontal,
.jcarousel-skin-gift .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-gift .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-gift .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-gift .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-gift .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-gift .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-gift .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-gift .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-gift .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-gift .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-gift .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-gift .jcarousel-next-disabled-vertical,
.jcarousel-skin-gift .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-gift .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-gift .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-gift .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-gift .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-gift .jcarousel-prev-disabled-vertical,
.jcarousel-skin-gift .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-gift .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}