.jcarousel-skin-mitchells .jcarousel-container {
    background: #752378;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 1;
}
.jcarousel-skin-mitchells .jcarousel-container-horizontal {
    width: 590px;
    padding: 2px 40px;
}
.jcarousel-skin-mitchells .jcarousel-clip-horizontal {
    width:  590px;
    height: 140px;
    text-align: center;
}
.jcarousel-skin-mitchells .jcarousel-item {
    width: 590px;
    height: 141px;   
}
.jcarousel-skin-mitchells .jcarousel-item img { 
    margin: 4px; border: 1px solid #000; 
}
.jcarousel-skin-mitchells .jcarousel-item a:hover img { 
    margin: 3px; border: 2px solid #fff; 
}

.jcarousel-skin-mitchells .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 
/* Next Button */
.jcarousel-skin-mitchells .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 38px;
    height: 144px;
    cursor: pointer;
    background: url(../images/arrow_right.jpg) 0 50% no-repeat;
		border-left: 1px solid #fff;
}
.jcarousel-skin-mitchells .jcarousel-next-horizontal:hover {
    background-position: -38px 50%;
		background:url(../images/arrowhover_05.jpg) no-repeat;
}
.jcarousel-skin-mitchells .jcarousel-next-horizontal:active {
    background-position: 0 50%;
}
.jcarousel-skin-mitchells .jcarousel-next-disabled-horizontal,
.jcarousel-skin-mitchells .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-mitchells .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 50%;
		background-color: transparent;
}
/* Previous Button */
.jcarousel-skin-mitchells .jcarousel-prev-horizontal {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 38px;
	height: 144px;
	cursor: pointer;
	background: url(../images/arrow_left.jpg) 0 50% no-repeat;
	border-right: 1px solid #fff;
}
.jcarousel-skin-mitchells .jcarousel-prev-horizontal:hover {
    background-position: -38px 50%;
	 background:url(../images/arrowhover_03.jpg) no-repeat;
	 height:144px;
	 width:38px;
}
.jcarousel-skin-mitchells .jcarousel-prev-horizontal:active {
    background-position: 0 50%;
}
.jcarousel-skin-mitchells .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-mitchells .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-mitchells .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 50%;
		background-color: transparent;
}
