.jcarousel-skin-product .jcarousel-container {
   width:950px;
   height:465px; 
}

.jcarousel-skin-product .jcarousel-container-horizontal {
    height: 455px;
    padding: 5px;
    width:966px;
    margin-top:-7px;
    margin-bottom:10px;
    margin:0px auto;

}
.myUl {
   border:1px solid #ccc;
   background:#eee;
   padding:10px 1px 0px;
}


.jcarousel-skin-product .jcarousel-container-vertical {
    width: 97px;
    height: 860px;
    padding: 40px 20px;
}

.jcarousel-skin-product .jcarousel-clip-horizontal {
    width:  898px;
    height: 465px;
    margin-top:4px;
    margin-left:33px;
    margin-right:25px;
}

.jcarousel-skin-product .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-product .jcarousel-item {
    width: 430px;
    height: 433px;
    text-align:center;
    padding:0px;
    
}

.jcarousel-skin-product .jcarousel-item-horizontal {
    margin-left:2px;
}

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

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

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

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

.jcarousel-skin-product .jcarousel-next-horizontal:active {
    background-position: -63px 0;
}

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

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

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

.jcarousel-skin-product .jcarousel-prev-horizontal:active {
    background-position: -63px 0;
}

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

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

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

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

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

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

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

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

.jcarousel-skin-product ul {
   width:860px;
}

