.jcarousel-skin-steve .jcarousel-container {
    /* -moz-border-radius: 10px; */
    /* background: #F0F6F9; */
    /* border: 1px solid #346F97; */
}

.jcarousel-skin-steve .jcarousel-container-horizontal {
    width: 64em;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 3em;
}

.jcarousel-skin-steve .jcarousel-clip-horizontal {
    width:  64em;
    height: 4.5em;
}

.jcarousel-skin-steve .jcarousel-item {
    width: 5.5em;
    height: 4em;
}

.jcarousel-skin-steve .jcarousel-item-horizontal {
    /* margin-right: 0; */
}

.jcarousel-skin-steve .jcarousel-item-placeholder {
    background: #000000;
    color: #FFFFFF;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-steve .jcarousel-next-horizontal {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0em;
    top: 1em;
    padding-top: 1em;
	padding-bottom: 1em;
    cursor: pointer;
	background: transparent url(../images/next-arrow.png) no-repeat;
}

.jcarousel-skin-steve .jcarousel-next-horizontal:hover,
.jcarousel-skin-steve .jcarousel-next-horizontal:active {
    background: transparent url(../images/next-arrow-lit.png) no-repeat;
}

.jcarousel-skin-steve .jcarousel-next-disabled-horizontal,
.jcarousel-skin-steve .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-steve .jcarousel-next-disabled-horizontal:active {
	display: none;
	background: transparent;   /* Hide the arrow when at the end of the strip */
    cursor: default;
}

.jcarousel-skin-steve .jcarousel-prev-horizontal {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0em;
    top: 1em;
    padding-top: 1em;
	padding-bottom: 1em;
	cursor: pointer;
    background: url(../images/prev-arrow.png) no-repeat;
}

.jcarousel-skin-steve .jcarousel-prev-horizontal:hover,
.jcarousel-skin-steve .jcarousel-prev-horizontal:active {
   background: url(../images/prev-arrow-lit.png) no-repeat;
}

.jcarousel-skin-steve .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-steve .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-steve .jcarousel-prev-disabled-horizontal:active {
	display: none;
	background: transparent;   /* Hide the arrow when at the end of the strip */
    cursor: default;
}
