.jcarousel-skin .jcarousel-container {

}

.jcarousel-skin .jcarousel-container-horizontal {
    width: 970px;
    height: 286px;
}

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

.jcarousel-skin .jcarousel-clip-horizontal {
    width: 920px;
    height: 286px;
    margin: 0px 25px;
}

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

.jcarousel-skin .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin .jcarousel-item:hover {
    /*border-color: #808080;*/
}

.jcarousel-skin .jcarousel-item-horizontal {
/*    margin-right: 7px;*/
}

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

.jcarousel-skin .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    top: 135px;
    right: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    /*background: transparent url(../../images/bg-14.gif) no-repeat 0 0;*/
	background: transparent url(../../images/bg-15.gif) no-repeat 0 0;
}

/*.jcarousel-skin .jcarousel-next-horizontal:hover {
    background: transparent url(../../images/bg-15.gif) no-repeat 0 0;
}*/

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

.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
    background: transparent url(../../images/bg-14.gif) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 135px;
    left: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    /*background: transparent url(../../images/bg-13.gif) no-repeat 0 0;*/
	background: transparent url(../../images/bg-16.gif) no-repeat 0 0;
}

/*.jcarousel-skin .jcarousel-prev-horizontal:hover {
    background: transparent url(../../images/bg-16.gif) no-repeat 0 0;
}*/

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

.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
    background: transparent url(../../images/bg-13.gif) no-repeat 0 0;
}


.jcarousel-item a.item-1 {
   background: url(../../images/bg-19.png) 0 bottom no-repeat;
}
.jcarousel-item a.item-2 {
   background: url(../../images/bg-19.png) -230px bottom no-repeat;
}
.jcarousel-item a.item-3 {
   background: url(../../images/bg-19.png) -460px bottom no-repeat;
}
.jcarousel-item a.item-4 {
   background: url(../../images/bg-19.png) -690px bottom no-repeat;
}
.jcarousel-item a.item-5 {
   background: url(../../images/bg-19.png) -920px bottom no-repeat;
}
.jcarousel-item a.item-6 {
   background: url(../../images/bg-19.png) -1150px bottom no-repeat;
}
.jcarousel-item a.item-7 {
   background: url(../../images/bg-19.png) -1380px bottom no-repeat;
}
.jcarousel-item a:hover {
   background-image: url(../../images/bg-20.png);
}
