
/*GALLERY STYLES*/



#gallery { width: 10px; clear: both; min-height: 100px; height: auto !important; height: 100px; }

#gallery ul { list-style: none; padding: 0; margin: 0 0 15px 0; width: 180px; position: relative; float:right; }

#gallery ul li { display: inline; width: 52px; height: 52px; float: left; margin: 0 0 5px 5px;}

#gallery ul li a { display: block; width: 50px; height: 50px; text-decoration:none; border:1px solid #0162b1; }

#gallery ul li a img { display: block; width: 50px; height: 50px; border: 0; }

#gallery ul li a:hover { white-space: normal; border-color: #b4d3e8;}

#gallery ul li a:hover img { position: absolute; left: 200px; top: 0; width: auto; height: 480; border: 1px solid #0162b1; }
