#jquery-fullsizable {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}
#jquery-fullsizable.fullsized_spinner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#jquery-fullsizable #fullsized_image_holder img {
  display: block;
  margin: 0 auto;
}



#container {
    
    width: 700px;
    position: absolute;
    top: 250px;
    left: 350px;
    
    height: auto;
    text-align: center;
    padding-bottom: 200px;
    
}

#newContainer {
    width: 700px;
    position: static;

    
    height: auto;
    text-align: center;
    padding-bottom: 200px;
}

#newGallery {
    width: 700px;
    position: static;

    
    height: auto;
    text-align: center;
    padding-bottom: 200px;
}

.fullsizable {
    text-decoration: none;
    display: inline-block;
    height: 140px;
    width: 140px;   
    overflow: hidden;
    padding: 0;
    margin-right: 7px;
    margin-bottom: 7px;
    background-color: #fff;
    
}



.widePic {   
    width: auto;
    height: 140px;
    vertical-align: 50%;
}

.highPic {
    width: 140px;
    height: auto;
    vertical-align: 50%;
}





#fullsized_go_prev, #fullsized_go_next, #fullsized_close, #fullsized_fullscreen {
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    background-color: rgba(150,150,150,0.5);
  
}
#fullsized_go_prev {
    width: 35px;
    height: 120px;
    left: 0px;
    background-image: url('../images/btn-prev.png');
    
}

#fullsized_go_next {
    width: 35px;
    height: 120px;
    right: 0px;
    background-image: url('../images/btn-next.png');
    
}

#fullsized_go_prev:hover, #fullsized_go_next:hover, #fullsized_close:hover, #fullsized_fullscreen:hover {
    background-color: rgba(150,150,150,0.7);
}

#fullsized_close {
    top: 2px;
    right: 0;
    background-image: url('../images/btn-close.png');
}
#fullsized_fullscreen {
    top: 2px;
    right: 50px;
    background-image: url('../images/btn-fullscreen.png');
}
:fullscreen #fullsized_fullscreen { background-color: grey; }
:-webkit-full-screen #fullsized_fullscreen { background-color: grey; }
:-moz-full-screen #fullsized_fullscreen { background-color: grey; }

.fullsizeable-natural-dim {
  height: auto;
  width: auto;
}