@CHARSET "ISO-8859-1";/**/
#videoContent{
    margin:0;
    color:#000000;
    width:922px;
    min-height:500px;
    float:left;
}
#videoContent .allVideoCarouselHeader{
    width:922px;
    height:25px;
    color:#C7C0B6;
    font-weight:bold;
    font-size:18px;
    text-align:center;
}
#videoContent .allVideoCarousel{
    width:922px;
    height:100px;
    border:1px solid #6A6B27;
    background-color: #444444;
    overflow:hidden;
}
#videoContent .allVideoCarousel .carouselPreloader{
    width:100px;
    height:100px;
    background-image: url(../../images/design/loading.gif);
    background-repeat:no-repeat;
    margin: 0 0 0 410px;
}
#videoContent .allVideoCarousel .allVideoButtonLeft{
    width:16px;
    height:55px;
    border: 1px solid #6A6B27;
    background-color: #1D1D1D;
    color:#ffffff;
    float:left;
    margin:4px 0 0 8px;
    font-weight:bold;
    cursor:pointer;
    font-size:18px;
    padding:35px 0 0 4px;
}
#videoContent .allVideoCarousel .allVideoButtonLeft:hover{
    background-color: #0B0B0B;
    color:#6A6B27;
}
#videoContent .allVideoCarousel .allVideoButtonRight{
    width:16px;
    height:55px;
    border: 1px solid #6A6B27;
    background-color: #1D1D1D;
    color:#ffffff;
    float:left;
    margin:4px 0 0 10px;
    font-weight:bold;
    cursor:pointer;
    font-size:18px;
    padding:35px 0 0 4px;
}
#videoContent .allVideoCarousel .allVideoButtonRight:hover{
    background-color: #0B0B0B;
    color:#6A6B27;
}
#videoContent .allVideoCarousel .carouselContent{
    width:916px;
    height:94px;
    float:left;
    margin:4px 0 0 5px;
}
#videoContent .allVideoCarousel .carouselContent ul li{
    margin:0 0 0 5px;
}
#videoContent .allVideoCarousel .carouselContent .allVideoTab{
    width:205px;
    height:90px;
    background-image: url('../../images/design/video/videoTab.jpg');
    background-repeat: no-repeat;
    margin:0 0 13px 0;
    border: 1px solid #6A6B27;
    cursor:pointer;
}
#videoContent .allVideoCarousel .carouselContent .allVideoTab .videoName{
    width:195px;
    height:14px;
    margin:5px 0 0 5px;
    float:left;
    color:#8E913A;
    font-weight:bold;
    overflow:hidden;
    text-align:center;
}
#videoContent .allVideoCarousel .carouselContent .allVideoTab .videoArtist{
    width:195px;
    height:14px;
    margin:5px 0 0 5px;
    float:left;
    color:#8E913A;
    overflow:hidden;
    text-align:center;
}
#videoContent .allVideoCarousel .carouselContent .allVideoTab .videoDescription{
    width:195px;
    height:28px;
    margin:5px 0 0 5px;
    float:left;
    color:#8E913A;
    overflow:hidden;
    text-align:center;
}
#videoContent .allVideoCarousel .carouselContent .allVideoTab .videoImage{
    width:80px;
    height:60px;
    margin:5px 0 0 5px;
    float:left;
}
#videoContent .allVideoCarousel .carouselContent .allVideoTab .videoImage img{
    max-width:80px;
    max-height:60px;
}
#videoContent .allVideoWrapper{
    width:689px;
    height:485px;
    float:left;
    margin:25px 0 0 0;
}
#videoContent .allVideoWrapper .top{
    width:690px;
    height:8px;
    background-image: url('../../images/design/video/videoBoxTop.jpg');
    background-repeat: no-repeat;
    border-top: 1px solid #6A6B27;
    border-left: 1px solid #6A6B27;
    border-right: 1px solid #6A6B27;
}
#videoContent .allVideoWrapper .middle{
    width:690px;
    height:426px;
    background-image: url('../../images/design/video/videoBoxMiddle.jpg');
    background-repeat:repeat-y;
    border-left: 1px solid #6A6B27;
    border-right: 1px solid #6A6B27;
}
#videoContent .allVideoWrapper .bottom{
    width:690px;
    height:8px;
    background-image: url('../../images/design/video/videoBoxBottom.jpg');
    background-repeat: no-repeat;
    border-bottom: 1px solid #6A6B27;
    border-left: 1px solid #6A6B27;
    border-right: 1px solid #6A6B27;
    float:left;
}
#videoContent .allVideoWrapper .middle .player{
    width:512px;
    height:400px;
    border:2px solid #6A6B27;
    background-color: #DEDACF;
    margin:8px 0 0 85px;
    float:left;
    padding:2px;
}
#videoContent .selectedVideoWrapper{
    width:689px;
    height:510px;
    float:left;
}
#videoContent .selectedVideoWrapper .videoHeader{
    width:689px;
    height:25px;
    color:#C7C0B6;
    font-weight:bold;
    font-size:18px;
    text-align:center;
}
#videoContent .selectedVideoWrapper .top{
    width:690px;
    height:8px;
    background-image: url('../../images/design/video/videoBoxTop.jpg');
    background-repeat: no-repeat;
    border-top: 1px solid #6A6B27;
    border-left: 1px solid #6A6B27;
    border-right: 1px solid #6A6B27;
}
#videoContent .selectedVideoWrapper .middle{
    width:690px;
    height:426px;
    background-image: url('../../images/design/video/videoBoxMiddle.jpg');
    background-repeat:repeat-y;
    border-left: 1px solid #6A6B27;
    border-right: 1px solid #6A6B27;
}
#videoContent .selectedVideoWrapper .bottom{
    width:690px;
    height:8px;
    background-image: url('../../images/design/video/videoBoxBottom.jpg');
    background-repeat: no-repeat;
    border-bottom: 1px solid #6A6B27;
    border-left: 1px solid #6A6B27;
    border-right: 1px solid #6A6B27;
    float:left;
}
#videoContent .selectedVideoWrapper .middle .player{
    width:512px;
    height:400px;
    border:2px solid #6A6B27;
    background-color: #DEDACF;
    margin:8px 0 0 85px;
    float:left;
    padding:2px;
}
.selectionArrow{
    width:31px;
    height:56px;
    background-image: url('../../images/design/video/arrow.png');
    background-repeat: no-repeat;
    position:absolute;
    top:180px;
    left:937px;
}
#selectionArrow1{
    top:820px;
    left:937px;
}
#selectionArrow2{
    top:1335px;
    left:937px;
}
#videoContent .column{
    width:225px;
    height:1000px;
    float:right;
    margin:25px 0 0 0;
}
#videoContent .column .allArtists{
    width:225px;
    height:442px;
    border: 1px solid #6A6B27;
    margin:0 0 66px 0;
    overflow:hidden;
    background-color:#0B0B0B;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(11, 11, 11)), to(rgb(30, 30, 30)));
    background: -moz-linear-gradient(top, #0B0B0B, #1E1E1E);
}
#videoContent .column .allArtists .allArtistHeader{
    color: #6A6B27;
    margin:5px 0 20px 0;
    width:225px;
    height:20px;
    font-weight:bold;
    font-size:18px;
    text-align:center;
}
#videoContent .column .allArtists .artistLink{
    margin:5px 0 5px 10px;
    width:205px;
    height:25px;
    color: #6A6B27;
}
#videoContent .column .allArtists .artistLink a{
    color: #6A6B27;
    text-decoration:none;
    cursor:pointer;
}
#videoContent .column .allArtists .artistLink a:hover{
    color:blue;
}
#videoContent .column .videoTab{
    width:225px;
    height:99px;
    background-image: url('../../images/design/video/videoTab.jpg');
    background-repeat: no-repeat;
    margin:0 0 13px 0;
    border: 1px solid #6A6B27;
    cursor:pointer;
}
#videoContent .column .popular{
    margin:67px 0 13px 0;
}
#videoContent .column .videoTab .videoImage{
    width:80px;
    height:60px;
    margin:5px 0 0 5px;
    float:left;
}
#videoContent .column .videoTab .videoImage img{
    max-width:80px;
    max-height:60px;
}
#videoContent .column .videoTab .videoName{
    width:125px;
    height:14px;
    margin:6px 0 0 10px;
    float:left;
    color:#8E913A;
    font-weight:bold;
    overflow:hidden;
}
#videoContent .column .videoTab .videoDescription{
    width:125px;
    height:14px;
    margin:6px 0 0 10px;
    float:left;
    color:#8E913A;
    overflow:hidden;
}
#videoContent .column .videoTab .videoLocation{
    width:125px;
    height:14px;
    margin:6px 0 5px 10px;
    float:left;
    color:#8E913A;
    overflow:hidden;
}
#videoContent .column .videoTab .moreFrom{
    width:210px;
    height:14px;
    margin:4px 0 0 10px;
    float:left;
    overflow:hidden;
}
#videoContent .column .videoTab .moreFrom a{
    color:#8E913A;
}

