.jcarousel-skin-arpreps_photostream .jcarousel-container {
    background: transparent;
    border: none;
}

.jcarousel-skin-arpreps_photostream .jcarousel-container-horizontal {


}

.jcarousel-skin-arpreps_photostream .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-arpreps_photostream .jcarousel-clip-horizontal {
    width:  539px;
    height: 71px;
}

.jcarousel-skin-arpreps_photostream .jcarousel-clip-vertical {
    width:  71px;
    height: 245px;
}

.jcarousel-skin-arpreps_photostream .jcarousel-item {
    width: 98px;
    height: 71px;
}

.jcarousel-skin-arpreps_photostream .jcarousel-item-horizontal {
	margin:0px 12px 0px 0px;
}

.jcarousel-skin-arpreps_photostream .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-arpreps_photostream .jcarousel-next-horizontal {
	position:absolute;
	top:12px;
	left:auto;
	right:-32px;
	background:url(http://showtime.arkansasonline.com/e2/static/arpreps/images/arrow-next.png) no-repeat;
	width:29px;
	height:49px;
	overflow:hidden;
	text-indent:-9999px;
	cursor: pointer;
}

.jcarousel-skin-arpreps_photostream .jcarousel-next-horizontal:hover {

}

.jcarousel-skin-arpreps_photostream .jcarousel-next-horizontal:active {

}

.jcarousel-skin-arpreps_photostream .jcarousel-next-disabled-horizontal,
.jcarousel-skin-arpreps_photostream .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-arpreps_photostream .jcarousel-next-disabled-horizontal:active {
    cursor: default;

}

.jcarousel-skin-arpreps_photostream .jcarousel-prev-horizontal {
	position:absolute;
	top:14px;
	left:-33px;
	background:url(http://showtime.arkansasonline.com/e2/static/arpreps/images/arrow-prev.png) no-repeat;
	width:29px;
	height:49px;
	overflow:hidden;
	text-indent:-9999px;
	cursor: pointer;
}

.jcarousel-skin-arpreps_photostream .jcarousel-prev-horizontal:hover {

}

.jcarousel-skin-arpreps_photostream .jcarousel-prev-horizontal:active {

}

.jcarousel-skin-arpreps_photostream .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-arpreps_photostream .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-arpreps_photostream .jcarousel-prev-disabled-horizontal:active {

}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-arpreps_photostream .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-arpreps_photostream .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

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

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

.jcarousel-skin-arpreps_photostream .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-arpreps_photostream .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

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

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