
/*GALLERY STYLES*/

#gallery ul { list-style: none; padding: 0; margin: 0 0 20px 0; width: 1000px; position: relative; float: left; }
                                                       /*==*/
#gallery ul li { display: inline; width: 52px; height: 52px; float: left; margin: 0 5px 5px 0; }

#gallery ul li a img { display: block; width: 50px; height: 50px; border: 0; }
                                           /*razmer small pic.*/

#gallery ul li a:hover img { position: absolute; left: 50px; top: 0; width: auto; height: auto; 
border: 1px solid #0162b1; }                 /*razmer on left*/



#gallery1 ul { list-style: none; padding: 0; margin: 0 0 20px 0; width: 930px; position: relative; float: left; }
                                                       /*==*/
#gallery1 ul li { display: inline; width: 52px; height: 52px; float: left; margin: 0 5px 5px 0; }

#gallery1 ul li a img { display: block; width: 50px; height: 50px; border: 0; }
                                           /*razmer small pic.*/

#gallery1 ul li a:hover img { position: absolute; left: 50px; top: 0; width: auto; height: auto; 
border: 1px solid #0162b1; }                 /*razmer on left*/

