/* ---------------------------------- Top Video --------------------------------------- */
#topVideo {
    border: 1px solid #f0ecee;
    border-top:none;
    position: relative;
}
#topVideo .content{ 
    padding: 5px 5px 0 5px;
    overflow: hidden;
    height: 70px;
    margin-bottom: 5px;
}
#videoBlock { 
    position: relative;
    clear: both; 
}
.videoBig {
    height: 280px;
}
#videoTop object {
    width: 423px !important;
    height:280px !important;
}

#videoTop embed {
    width: 423px !important;
    height:280px !important;
}

#videoTop iframe {
    width: 423px !important;
    height:280px !important;
}
.videoImage, .videoImageActive { 
    float: left;  
    width: 100px; 
    height: 70px; 
    margin-right: 3px; 
    cursor: pointer;
} 
.videoImageActive{
    background: url("/images/design2013/topVideoSelected.gif") no-repeat;
}
.videoImage{ 
    background: url("/images/design2013/topVideoNone.gif") no-repeat; 
}

a.btnVideoNext, a.btnVideoPrev {
    top:17px;
    position: absolute;
    height: 35px;
    width: 10px;
    opacity: 0.7;
}

a.btnVideoNext {
    background: url("/images/design2013/arrowsSlider.png")right top  no-repeat;
    right: 10px;
}

a.btnVideoPrev {
    background: url("/images/design2013/arrowsSlider.png")left top  no-repeat;
    left: 10px;
}

a.btnVideoPrev:hover, a.btnVideoNext:hover {opacity: 1;}

.youTubeImage {
    position: relative; 
    margin: 3px 0 0 3px; 
    width: 100px; 
    height: 70px; 
    overflow: hidden; 
}

/*.youTubeImage img.play {position: absolute;  left:30px; top: 15px;}*/

/*.youTubeImageDetail {
    position: relative; 
    margin: 3px 0 0 3px; 
    width: 125px; 
    height: 94px; 
    overflow: hidden; 
    cursor: pointer; 
}*/

/*.youTubeImageDetail img.play {position: absolute;  left:45px; top:35px;}*/

#videoName{ 
    text-align: center;
    padding: 2px 5px; 
    height:35px; 
    background: #e4e3e4;   
    overflow: hidden;
}
#videoName a {
    font-family: Arial;
    display: block;
    color:#070008; 
    font-size: 15px; 
    line-height: 17px;
    text-decoration: none; 
    display: block; 
    overflow: hidden; 
}
#videoName a:hover {text-decoration: underline;}


#scrollerVideo {
    position: absolute;
    right:0;
    top:-20px;
    height: 12px;
    width: 50px;
}
    
#btnVideoPrev,  #btnVideoNext {
    display: block;
    position: absolute;
    top: 0px;
    width: 8px;
    height: 11px;
    overflow: hidden;
    cursor: pointer;
    opacity: .6;
    filter: alpha(opacity=60);
    }
#btnVideoPrev {
    right: 50px;
    background: url(/images/design2013/arrows.png) no-repeat left 4px;
    }
#btnVideoNext {
    right: 3px;
    background: url(/images/design2013/arrows.png) no-repeat right 4px;
    }
#btnVideoPrev:hover, #btnVideoNext:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}        
#currentItemVideo {
    position: absolute;
    top: 0px;
    right: 35px;
    color:#717F81;
}

#allItemsVideo {
    color:#717F81;
    position: absolute;
    top: 0px;
    left: 16px; 
}