.jcarousel {
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 150px;
}

.jcarousel > ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel > ul > li {
    float: left;
    width: 600px;
}

.jcarousel .image {
    display: block;
    float: left;
}

.jcarousel .info {
    margin-left: 250px;
}

.jcarousel .info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.jcarousel .info ul li {
    display: inline;
    color: #505050;
    font-size: 11px;
    margin-right: 10px;
    border-right: 1px solid #505050;
    padding-right: 10px;
}

.jcarousel .info ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.jcarousel .info .title {
    display: block;
    font-size: 18px;
    line-height: 21px;
    height: 126px;
}

.jcarousel-control a, .vcarousel-control a, .scarousel-control a {
    display: block;
    width: 11px;
    height: 21px;
    background: url(/images/arrow.png) no-repeat;
    position: absolute;
}

.jcarousel-control a {
    top: 80px;
}

.vcarousel-control a {
    top: 195px;
}

.scarousel-control a {
    top: 210px;
}

.jcarousel-control .prev {
    background-position: 0 0;
    left: 5px;    
}

.vcarousel-control .prev, .scarousel-control .prev {
    background-position: 0 0;
    left: 10px;
}

.jcarousel-control .prev:hover, .vcarousel-control .prev:hover, .scarousel-control .prev:hover {
    background-position: 0 -21px;
}

.jcarousel-control .next {
    background-position: -11px 0;
    right: 5px;
}

.vcarousel-control .next, .scarousel-control .next {
    background-position: -11px 0;
    right: 10px;
}

.jcarousel-control .next:hover, .vcarousel-control .next:hover, .scarousel-control .next:hover {
    background-position: -11px -21px;
}

.jcarousel-pagination {
    float: right;
    margin-top: 20px;
}

.jcarousel-pagination a {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-left: 5px;
    background: #ccc;
    cursor: pointer;
    line-height: 15px;
}

.jcarousel-pagination .active {
    background: #f8600d;
}

.vcarousel {
    position: relative;
    overflow: hidden;
    width: 575px;
    height: 265px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.vcarousel > ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vcarousel > ul > li {
    float: left;
    width: 175px;
    margin-right: 25px;
}

.vcarousel .image {
    display: block;
    margin-bottom: 10px;
}

.vcarousel .image img {
    width: 175px;
}

.vcarousel .date {
    display: block;
    margin-bottom: 10px;
}

.vcarousel .title {
    display: block;
    height: 90px;
}

.vcarousel-control {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.scarousel {
    position: relative;
    overflow: hidden;
    width: 575px;
    height: 350px;
    margin: 0 auto;
}

.scarousel > ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.scarousel > ul > li {
    float: left;
    width: 164px;
    margin-right: 36px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 10px;
}

.scarousel > ul > li img {
    width: 164px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.scarousel > ul > li.item-1, .scarousel > ul > li.item-1 img {
    width: 175px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.scarousel > ul > li.item-1 {
    margin-top: 0;
}

.scarousel .region {
    display: block;
    margin-bottom: 10px;
    height: 20px;
}

.scarousel .region a {
    font-size: 11px;
}

.scarousel .image {
    display: block;
    margin-bottom: 5px;
}

.scarousel .title {
    display: block;
}

.scarousel > ul > li.item-1 {
    font-family: 'Open Sans Bold', sans-serif;
}

.pcarousel {
    position: relative;
    overflow: hidden;
    width: 638px;
    height: 308px;
    margin: -15px -15px 15px -15px;
}

.pcarousel img {
    width: 638px;
}

.pcarousel p {
    text-align: right;
    font-size: 11px;
}

.pcarousel > ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rss {
    float: left;
    margin-top: 20px;
    line-height: 15px;
    background: url(/images/rss.png) left center no-repeat;
    padding-left: 20px;
    display: block;
    color: #f8600d;
}