﻿ul#gallery                  {list-style:none; padding:0; margin:0 0 0 -2.6%; width:100%;}
ul#gallery li               {position:relative; width:22.4%; float:left; margin:0 0 2.6% 2.6%; -moz-box-sizing:border-box; box-sizing:border-box;}
ul#gallery li a             {max-width:100%; display:block; padding:0; margin:0; background-repeat:no-repeat; background-position:center center; overflow:hidden; border-radius:3px; -moz-border-radius:3px;}
ul#gallery li a img         {width:100%; padding:0; margin:0; border:0;}
ul#gallery li a:hover img   {background:url(/gfx/webbedit/zoom-big.png) center center no-repeat;}

@media only screen and (max-width: 740px)
{   
    ul#gallery      {width:100%;}
    ul#gallery li   {margin:1.3%;}   
}

@media only screen and (max-width: 480px)
{
    ul#gallery li a:hover img   {background:url(/gfx/webbedit/zoom-small.png) center center no-repeat;}
	ul#gallery li {width: 44.8%; }

}