
#photogallery{ width:672px; }
#photogallery .photobig { float:left; margin:0 20px 0 0; padding:5px 0; text-align:center; width:470px; background:#000; }
#photogallery ul{ list-style:none; height:290px; padding:0; overflow:auto; margin:0; width:165px; border:1px solid #ccc; }
#photogallery li{ float:left; margin:6px; padding:0; width:60px; height:60px; overflow:hidden; }


/*=== Float containers fix from http://www.csscreator.com/attributes/containedfloat.php ===*/ 
.clearfix:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix{height: 1%; }
.clearfix{display: block; }
/* End hide from IE-mac */  
