#gallery 								{ min-height:400px;margin-left:-15px;}
#gallery ul 							{ list-style: none; }
#gallery .preview 							{ display: none; border-color: #000;width: 200px;height: 150px; }
#gallery li							{ background: #eee;border-color: #ddd #bbb #aaa #ccc;border-style: solid;border-width: 1px;color: inherit;display: inline,block;float: left;margin: 3px;padding: 5px;position:relative;font-family:tahoma;font-size:9px;text-align:center;width:110px; }
#gallery img 							{ background: #fff;border-color: #aaa #ccc #ddd #bbb;border-style: solid;border-width: 1px;color: inherit;padding: 2px;vertical-align: top;width: 100px;height: 75px; }
#gallery a:hover .preview 						{ display: block;position: absolute;top: -33px;left: -45px;z-index: 1;opacity:1.0;filter:alpha(opacity=100);}
#gallery a:active .preview,#gallery a:focus .preview 			{ border-color: #000;width: 320px;height: 240px;}
