.TopImage{
    overflow:hidden;
    width:100%;
    min-width:1000px; 
    position:absolute;  
}
   
.TopImage img{
    width:100%;
    height:auto;
}   

.TopImage .heightAuto{
    
    width:auto;  
}

.TopImage .bg{
    position:absolute;
    width:100%;
    
}
.TopImage .topTitle{
    position:absolute;
    width:951px;
    text-align: right;
    margin-top:297px;
}

.TopImage .arrowLeft {
    background-image: url("../bigGallery/images/arrowLeft.png");
    height: 79px;
    left: 0;
    position: absolute;
    top: 200px;
    width: 62px;
    z-index: 6;
}
.TopImage .arrowRight {
    background-image: url("../bigGallery/images/arrowRight.png");
    height: 79px;
    position: absolute;
    right: 0;
    top: 200px;
    width: 62px;
    z-index: 10;
}