.su-jcarousel {
    position: relative;
    margin: 0 0 1.5em 0;
    padding: 15px 40px;
    background: #f0f0f0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
    }
#custom_header .su-jcarousel {
    position: relative;
    margin: 0;
    padding: 15px 40px;
    background: #f5f5f5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
    }
#custom_header_bg .su-jcarousel {
    position: relative;
    margin: 0;
    padding: 0 35px;
    background: #f5f5f5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
    }
.su-jcarousel .jcarousel-container {
    position: relative
    }
.su-jcarousel .jcarousel-clip {
    position: relative;
    overflow: hidden
    }
.su-jcarousel li {
    float: left;
    display: block;
    margin-right: 10px;
    overflow: hidden;
    list-style-type: none
    }
.su-jcarousel .jcarousel-prev {
    position: absolute;
    left: -32px;
    top: 0;
    width: 25px;
    height: 100%;
    background: 0 50% url(../images/jcarousel/arrows.png) no-repeat;
    cursor: pointer
    }
.su-jcarousel .jcarousel-next {
    position: absolute;
    right: -32px;
    top: 0;
    width: 25px;
    height: 100%;
    background: 100% 50% url(../images/jcarousel/arrows.png) no-repeat;
    cursor: pointer
    }
.su-jcarousel .jcarousel-prev:hover, .su-jcarousel .jcarousel-next:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7
    }