#gal table img { width: 500px;!important
max_height: 40px;!important
overflow:hidden;
}
#gal .image-list {
width: 500px;
overflow-y: scroll;
height: 220px;
}

#gal .image-list img {
float:none;
//width: 100px;
height: 100px;
padding: 2px; margin: 0 auto;
text-align:center;
}


@media all and (min-width: 0px){
#gal table img { width: 500px;!important}
}