/* jcarousel */
#slider {
    background:#181818 url(../images/slider_gray.png) 0 0 no-repeat;
    width:615px;
    position:relative;
    margin-bottom: 15px;
    height:248px;
    overflow:hidden;
    position:relative;
    padding-top: 20px;
}
#slider .jcarousel-clip {
    width:615px;
    height:248px;
    overflow:hidden;
    position:relative;
}
#slider ul {
    list-style:none;
    height:248px;
    position:relative;
}
#slider ul li {
    float:left;
    width:590px;
    height:208px;
    padding:0px 20px 20px 0px;
}
#slider .image {
    float:left;
    width:250px;
    position:relative;
    z-index:9;
}
#slider .data {
    float:right;
    width:270px;
    padding:0 25px 25px 0px;
    margin-right: 30px;
}

#slider .data p {
    color: #ccc;
    line-height:15px;
    padding-bottom:14px;
    font-size: inherit;
}
.jcarousel-prev, .jcarousel-next {
    height:132px;
    position:absolute;
    top:56px;
    z-index:10;
    cursor:pointer;
}
.jcarousel-prev {
    background:url(../images/slider-arrow-prev.png);
    width:54px;
    left:11px;
}
.jcarousel-next {
    background:url(../images/slider-arrow-next.png);
    width:56px;
    right:11px;
}