/*********************************************************************************
   Neal IT CSS File - About Page - Hover Gallery - Developed by good Web Solutions
 ********************************************************************************/

#gallery {
	position:relative;
	width:200px;
	height: 0px;
	margin-top: 10px;
}
#thumbs {width:180px;}
#thumbs a {display:block; float:left; margin:0 0 5px 5px; width:50px; height:70px; border:1px solid #000;}
#thumbs a img {width:50px; height:70px; border:0;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {position:absolute; width:auto; height:auto; left:5px; top:155px; border:1px solid #333;}

