@charset "UTF-8";
/* CSS Document */

#photos li {
 float:left;	
}


#photos {
 zoom:1;	
}

#photos:after {
 display:block;
 clear:both;
 content:'';
 overflow:hidden;
 height:0px;	
}