* {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
}
a {
    color: #409000;
    text-decoration: none;
}
h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.wrapper {
    position: relative;
    margin: 0px auto;
    padding: 0px 20px 0px 20px;
    max-width: 730px;
}
.carousel {
    position: relative;
    min-height: 20px;
    margin-bottom: 30px;
}
.wrap {
    padding: 10px;
    margin: 10px;
    border: 1px dotted;
}
.carousel li img{
    width: 100%;
    height: auto;
}
.carousel ul {
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
}
.carousel li {
    float: left;
    cursor: pointer;
    overflow: hidden;
    width: 182px;
}
.fence_delimiter .left, .fence_delimiter .right {
    position: absolute;
    width: 95px;
    height: 33px;
    top: 0;
}
.carousel .title {
    position: relative;
    left: 30%;
    font-size: 14px;
}
.carousel .tgk {
    position: relative;
    font-style: italic;
    color: #6d6d6d;
    font-size: 14px;
    left: 30%;
}
.fence_delimiter {
    height: 33px;
    background: url(../img/sprite_hor_bgs.png)0 -192px repeat-x #fbfbfb;
    margin: 20px 0 20px;
    border-top: 20px solid #fff;
    position: relative;
}
.fence_delimiter .left {
    left: 0;
    background: url(../img/fence_ends.jpg)no-repeat;
}
.fence_delimiter .right {
    right: 0;
    background: url(../img/fence_ends.jpg)-95px 0 no-repeat;
}
.btn {
    display: inline;
    margin-left: 40%;
    padding: 7px 50px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-image: -moz-linear-gradient(top, #5ba902, #a0cd04);
    background-image: -webkit-linear-gradient(top, #5ba902, #a0cd04);
    background-image: -o-linear-gradient(top, #5ba902, #a0cd04);
    background-image: linear-gradient(to bottom, #5ba902, #a0cd04);
    background-repeat: repeat-x;
    border: 2px solid #5ba902;
}
.prev {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: -20px;
    cursor: pointer;
    z-index: 9999;
    background: url(../img/prev-horizontal.png)no-repeat;
}
.next {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    right: -20px;
    cursor: pointer;
    z-index: 9999;
    background: url(../img/next-horizontal.png)no-repeat;
}
@media (max-width: 425px) {
    .btn {
        display: block;
        padding: 7px 30px;
        margin: 0 auto;
    }
    .carousel li {
        display: none;
    }
    .carousel li:first-child {
        width: 100%;
        display: block;
    }
    .wrap {
        padding: 50px;
    }
    .carousel .title {
        left: 45%;
    }
    .carousel .tgk {
        left: 45%;
    }
}