.media_date {
    font-size:.8em;
    color:#999999;
    font-weight:bold;
}
.media_title {
    font-size:1.2em;
    color:#a30d18;
    font-weight:bold;
}
.media-date{
    color: silver;
    font-weight: bold;
    font-size: .95em;
    padding-bottom: 5px;      
}

.media_item{
    position: relative;
    margin:5px 5px 0 0;
}

.media_play_icon{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
    width:175px;
    height:135px;
}

.media_play_icon a {
    display: block;
    background-image: url("../../img/client/media_play.png");
    background-position: 8px 8px;
    cursor: pointer;
    background-repeat: no-repeat;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.media_play_icon a img{
    height: 100%;
    width: 100%;
}

.media_item_desc{
    width: 225px;
    height:20px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 101;
    background: url("../../img/client/news/transparent-bg.png");   
    text-align: center;
}

.media_item_desc a{
    color:white;
    padding:3px;
}

.media-title{
    padding-left: 5px;
    border-left: 3px solid silver;
    margin-bottom: 10px;
}

.media-thumb a{
    display: block;
    background-color: #D7E1E8;
}

.pp_play,.pp_gallery{
    display:none !important;
}

.jcarousel-skin-tango .jcarousel-item{
    height:auto !important;
}

.jcarousel-container-horizontal{
    padding: 0 25px !important;
}

.jcarousel-skin-tango .jcarousel-item{
    margin-right:8px !important;
    width: 150px !important;
}

#media_carousel_wrap{
    margin-top: 15px;
}

#media_carousel .media_play_icon a{
    background-position-x: 112px;
}

#media_carousel li{
    margin: 0;
    
}

#media_carousel_wrap{
    padding: 8px 0 8px 0;  
}