﻿#mycarouselBox {
height: 80px;
margin: 0;
}

.jcarousel-skin-custom .jcarousel-container {
    /*background:transparent url("bck_rounded_white.png") center center no-repeat;*/
}

.jcarousel-skin-custom .jcarousel-container-horizontal {
    width: 565px;
    height: 62px;
    padding: 9px 25px;
}
/*
.jcarousel-skin-custom .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}
*/
.jcarousel-skin-custom .jcarousel-clip-horizontal {
    width:  565px;
    height: 62px;
}
/*
.jcarousel-skin-custom .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}
*/

.jcarousel-skin-custom .jcarousel-item {
    width: 75px;
    height: 75px;
}
.jcarousel-skin-custom .jcarousel-item img {
border:1px solid #ccc;
padding:2px;
}
.jcarousel-skin-custom .jcarousel-item img:hover {
border-color: #f19205;
}

.jcarousel-skin-custom .jcarousel-item-horizontal {
    margin-right: 20px;
}
/*
.jcarousel-skin-custom .jcarousel-item-vertical {
    margin-bottom: 10px;
}
*/
.jcarousel-skin-custom .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-custom .jcarousel-next-horizontal {
    position: absolute;
    top: 25px;
    right: 0px;
    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: 25px;
    left: 0px;
    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;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-custom .jcarousel-next-vertical:active {
    background-position: 0 -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: 0 -96px;
}

.jcarousel-skin-custom .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-custom .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-custom .jcarousel-prev-vertical:active {
    background-position: 0 -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: 0 -96px;
}
*/