.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: url(../../../img/parker_red_front.jpg) no-repeat center center;
    
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 769px;
	height:281px;
    padding: 0 40px;
}

.jcarousel-skin-tango .jcarousel-item {
position:relative;
    height: 283px;
}

.red_outer {
background:url(../../../img/parker_red_bg.jpg) no-repeat; width:850px; height:448px; padding-top:30px;
}
#mycarousel #one {
    width: 220px;
}
#mycarousel #one:hoover {
position: absolute; top:-500px;
}
#mycarousel #two {
    width: 183px;
}
#mycarousel #three {
    width: 191px;
}
#mycarousel #four {
    width: 171px;
}
#mycarousel #five {
    width: 224px;
}
#mycarousel #six {
    width: 290px;
}
#mycarousel #seven {
    width: 220px;
}
#mycarousel #eight {
    width: 220px;
}








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

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

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

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

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

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

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

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

