
* {
    box-sizing: border-box;
}
.HSliderScroll {
    margin: 10px;
}
.HSliderScroll .Header {
    background-size: 100% 100%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    width: 230px;
}
.HSliderScroll .Header .Text {
    background: #00b33f none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    padding: 9px 30px 9px 22px;
    position: relative;
}
.HSliderScroll .Header .Text::after {
    background: rgba(0, 0, 0, 0) url("images/r1.png") no-repeat scroll 0 0 / 100% 100%;
    bottom: 0;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    width: 56px;
}
.HSliderScroll .Header .Text::before {
    background: rgba(0, 0, 0, 0) url("images/l1.png") no-repeat scroll 0 0 / 100% 100%;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 0;
    width: 56px;
    border-top-left-radius: 5px;
}
.HSliderScroll .SliderContent {
    margin: 10px 0;
}
.HSliderScroll .text:hover {
    color: #3b7913;
}
.HSliderScroll .ItemPanel {
    overflow: hidden;
}
.HSliderScroll .text {
    color: #444444;
    font: 10pt arial;
    text-align: justify;
}
.HSliderScroll .ItemContainer .Item:hover img {
    opacity: 0.8;
}
.HSliderScroll .ItemContainer {
    left: 0;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    top: 0;
    width: 100%;
}
.HSliderScroll .ItemContainer .Item:hover {
}
.HSliderScroll .ItemContainer .Item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    margin: 0 10px;
    text-align: center;
    vertical-align: top;
    width: 205px;
}
.HSliderScroll .ItemContainer .Item img {
    height: 140px;
    opacity: 1;
    width: 205px;
}
.HSliderScroll .ItemContainer .Item .image {
    margin-bottom: 10px;
}
.HSliderScroll .PreButton {
    height: 30px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 40px;
    width: 30px;
    z-index: 2;
}
.HSliderScroll .NextButton {
    height: 30px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 40px;
    width: 30px;
    z-index: 2;
}
.HSliderScroll .NextButton:hover {
    opacity: 1;
}
.HSliderScroll .PreButton:hover {
    opacity: 1;
}
