/*------------Gallery----------------*/


.gallery    { display:inline; float:none; background-image:none; height:auto; }
.gallery   a { background-image:none; margin:8px; padding:2px; position:relative;  float:left; display:block; width:75px; height:50px; background-color:#fff; }
.gallery   a img { position:absolute; top:2px; width:75px; height:50px; border:0; margin:0; padding:0; }
.gallery   a:hover img,
.gallery   a:active img,
.gallery   a:focus img { width:100px; height:75px; left:-11px; top:-10px; }


