
/*GALLERY STYLES*/
a { font: normal 22px ; font-family: "Times New Roman", serif; font-weight: bold; color:ffffff;}
 
b { font: normal 30px ; font-family: "Monotype Corsiva", serif; font-weight: bold; color: gold;}
 
q { font: normal 20px ; font-family: "Times New Roman";  color: ffffff;}

p { font: normal 22px ; font-family: "Times New Roman", serif; font-weight: bold; color:ffffff;}
 



#gallery ul { list-style: none; padding: 0; margin: 0 0 20px 0; width: 900px; 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*/
