.jcarousel-skin-custom .jcarousel-container {
    -moz-border-radius: 10px;
    background: transparent;/*#F0F6F9;*/
    border: 0x solid #346F97;
}

.jcarousel-skin-custom .jcarousel-container-horizontal {
    width: 90%;
    /*height:150px;*/
    padding: 20px 40px;
   
}

.jcarousel-skin-custom .jcarousel-container-vertical {
    /*width: 75px;*/
    /*height: 245px;*/
    padding: 40px 0px;
/*    -moz-border-radius: 10px 10px 0 0;
  background:-webkit-gradient(
    linear,
    left bottom,  left top,
    color-stop(0.43, rgb(11,80,115)),
    color-stop(0.72, rgb(4,110,167))
);
background:-moz-linear-gradient(
    center bottom,
    rgb(11,80,115) 43%,
    rgb(4,110,167) 72%
);*/
background:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.05, rgb(4,110,167)),
    color-stop(0.3, rgb(4,113,255)),
    color-stop(0.7, rgb(4,113,255)),
    color-stop(1, rgb(4,110,167))
);
background:
-moz-linear-gradient(
    center bottom,
    rgb(4,110,167) 5%,
    rgb(4,113,255) 30%,
    rgb(4,113,255) 70%,
    rgb(4,110,167) 100%
);


}

.jcarousel-skin-custom .jcarousel-clip-horizontal {
    width:  100%;
    height: 100%;/*75px;*/
}

.jcarousel-skin-custom .jcarousel-clip-vertical {
    /*width:  75px;*/
    height: 150px;
}

.jcarousel-skin-custom .jcarousel-item {
    margin:0px 0px 0px 0px;
    width: 100%;
    height: 38px;
background:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.33, rgb(224,224,224)),
    color-stop(1, rgb(242,242,242))
);

background:-moz-linear-gradient(
    center bottom,
    rgb(224,224,224) 33%,
    rgb(242,242,242) 100%
);
border:1px solid #e0e0e0;
-moz-border-radius: 0px;
padding-right:10px;
}

.jcarousel-skin-custom .jcarousel-item img{
 float:right;

}
.jcarousel-skin-custom .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-custom .jcarousel-item-vertical {
    margin-bottom: 0px;
    width:100%;
}

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

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

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

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

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

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

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

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

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-custom .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    /*left: 43px;*/
/*     left:46%; */
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/next-vertical.png) no-repeat center 0;
    width:100%;

}

.jcarousel-skin-custom .jcarousel-next-vertical:hover {
    background-position: center -32px;
}

.jcarousel-skin-custom .jcarousel-next-vertical:active {
    background-position: center -64px;
}

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

.jcarousel-skin-custom .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    /*left: 43px;*/
/*     left:46%; */
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-vertical.png) no-repeat center 0;
    width:100%;

}

.jcarousel-skin-custom .jcarousel-prev-vertical:hover {
    background-position: center -32px;
}

.jcarousel-skin-custom .jcarousel-prev-vertical:active {
    background-position: center -64px;
}

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