.channel-video-block {
    background-color: #ffefcb;
    padding: 15px 5px 15px 5px ;
    border-radius: 10px;
    margin-bottom: 20px;
}
.channel-video-block h3, 
.channel-video-block .video-title,
.channel-video-block .all-link {
    margin-left: 5px; 
    margin-right: 5px; 
}
.channel-video-block .photos #big-photo-panel, .photos #big-photo-panel .photo-carousel {
    overflow: hidden;
    position: relative;
}
.channel-video-block .photos #big-photo-panel{
    overflow: visible;
    display: block;
    margin: 0 auto;
}

.channel-video-block .photos #big-photo-panel .item  {
    height: 190px;
    width: 230px;
    float: left;
    display: block;
    position: relative;
}
.channel-video-block .photos #big-photo-panel .image-cont {
    margin: 1px;
    background-color: #000000;
}
.channel-video-block .photos #big-photo-panel .photo-carousel .image-cont  {
    height: 126px;
    width: 226px;
    position: relative;
    border: 1px solid #bbbbbb;
    display: block;
    margin-bottom: 7px;
}
.channel-video-block .photos {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.channel-video-block #big-photo-panel .jcarousel-item {
    width: 190px;
    height: 230px;
}
.channel-video-block #big-photo-panel .jcarousel-control {
    position: absolute;
    left: 10px;
    top: 112px;
}
.channel-video-block #big-photo-panel .panel {
    border-top: 1px solid #464646;
}
.channel-video-block #big-photo-panel .panel-bg, 
.channel-video-block #big-photo-panel .panel {
    position: absolute;
    top: 104px;
    height: 24px;
    left: 2px;
    width: 226px;
    color: #ffffff;
    overflow: hidden;
}
.channel-video-block #big-photo-panel .panel-bg{
    background-color: #000000;
    opacity: 0.7;
    //filter: alpha(opacity=70);
}
.channel-video-block #big-photo-panel .panel div {
    text-align: left;
    
}
.channel-video-block #big-photo-panel .panel .title {
    font-size: 14px;
    font-weight: bold;
}
.channel-video-block #big-photo-panel .panel .info {
    height: 24px;
    line-height: 19px;
    overflow: hidden;
    padding-right: 8px;
}

.channel-video-block #big-photo-panel .panel a {
    color: #ffffff;
}

.channel-video-block #big-photo-panel .nav-element {
    width: 8px;
    height: 7px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 7px;
    background: url(/images/slider-navigation-circle.png) no-repeat;
}

.channel-video-block #big-photo-panel .nav-element.selected {
    background-position: -7px 0;
}
.channel-video-block #big-photo-panel ul li img {
    float: none;

}
.channel-video-block #big-photo-panel .item.auto-size .image-cont{
    width: 226px;
    height: 126px;
    background-color: #000;
    text-align: center;
}
.channel-video-block #big-photo-panel .item.auto-size .image-cont img{
    height: auto;
    width: auto;
}
.channel-video-block #big-photo-panel .channel-name {
    text-align: right;
}
.channel-video-block #big-photo-panel .channel-name a{
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
}

.channel-video-block #big-photo-panel .channel-name a:hover {
    text-decoration: none !important;
}

.channel-video-block #big-photo-panel .video-title {
    font-size: 14px;
    display: block;
    font-weight: bold;
    line-height: 17px;
}

.channel-video-block #big-photo-panel .time {
    color: #adaeaf;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    right: 20px;
} 

.channel-video-block #big-photo-panel .button-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    background:           url('/images/play-button-new.png') no-repeat;
    width: 38px;
    height: 38px;
    opacity: 0.7;
}
.channel-video-block .all-link {
    color: #808080;
    font-size: 11px;
    text-decoration: underline;
}

.channel-video-block .all-link:hover {
    text-decoration: none !important;
} 