#gallery-container{width:950px;position:relative;}
#gallery-container .gallery-wrapper{position:relative;padding:10px;}

#gallery-container .gallery-wrapper .left{width:630px;float:left;background:url(../../images/gallery/bg-desc.gif) repeat-x left bottom;}
#gallery-container .gallery-wrapper .right{width:295px;float:right;}

#gallery-container .gallery-wrapper .arrow-up,
#gallery-container .gallery-wrapper .arrow-down{display:block;width:295px;height:30px; background:url(../../images/gallery/arrows.gif);}
#gallery-container .gallery-wrapper .inactive{opacity:0.5;filter:alpha(opacity=50);cursor:default;}
#gallery-container .gallery-wrapper .arrow-down{background-position:0 -30px;}
#gallery-container .gallery-wrapper .arrow-up{background-position:0 0;}

#gallery-container #thumbs{height:400px;overflow:hidden;position:relative;}
#gallery-container #thumbs #thumb-items{position:relative;}
#gallery-container #thumbs #thumb-items .videos-link{margin:1px 0 0 0; background:#1f0405; display:block; padding:5px;color:#fff;font-weight:bold;cursor:pointer;font-size:11px;}
#gallery-container #thumbs #thumb-items .videos-link .date{font-size:10px;margin-top:2px;}
#gallery-container #thumbs #thumb-items .active{background:#fff;color:#000;}

#gallery-container #current-thumb{text-align:center;width:100%;height:360px;position:relative;position:relative;z-index:2;}
#gallery-container #current-thumb-title{color:#fff;font-size:24px;font-weight:bold;padding:10px 10px 0 10px;}
#gallery-container #current-thumb-descr{color:#fff;padding:5px 10px 10px 10px;}

#video-player{width:100%;height:100%;}
