.BigGallery{
    background-color:#202020;
    padding-top:8px;

}

.BigGallery .title{
    font-size:11px;
    color:#FFF;
    padding:8px;
    text-align: right;
    margin-right:16px;
    height:13px;
}
.BigGallery .title.left{
    width:300px;
}
.BigGallery .mask{
    background-color:#FFF;
    margin:auto;
    overflow:hidden;
    background-image:url('../../images/loading.gif');
    background-position: center;
    background-repeat: no-repeat;
}                                     
.BigGallery .arrowLeft,.BigGallery .arrowRight{
    position:absolute;
    width:62px;
    height:79px;
    margin-left:8px;
    background-image:url('images/arrowLeft.png');  
    z-index:3;

}
.BigGallery .arrowRight{                             
    background-image:url('images/arrowRight.png');    
}

.BigGallery .videoHit {
    position:absolute;
    background-image:url('images/video.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index:2;
}
.BigGallery .videoHit:hover{
    background-image:url('images/videoHover.png');   
}    
.BigGallery .mask img{
    position:absolute;
    z-index:1;
}

.BigGallery .bullets a{
    width:10px;
    height:10px;
    display:block;
    float:left;
    margin-right:5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-bottom:5px;
     background-color:#4C4C4C;  
}
.BigGallery .bullets{
    margin-left:20px;
    margin-top:9px;
}
.BigGallery .bullets a:hover{
        background-color:#62BB46; 
       
}
.BigGallery .bullets a.selected{
               background-color:#9EA09F;     
}