/* 
	Lightbox v2.0 Project page styles	
	Author: Lokesh Dhakar http://www.huddletogether.com
	Table of Contents:
		layout
		typography
*/




/* layout
----------------------------------------------- */




.thumbnail{
	float: left;
	height:154px;
	width:160px;
	margin:0 5px 0px 0px;
	}	
.thumbnail ul{ margin:0; padding:0;}
.thumbnail ul li{ list-style-type:none; text-align:center;}
.caption{ padding-top: 0.2em;}



/* clearing
----------------------------------------------- */

.clearfix:after {
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
