/* 
	Lightbox v2.0 Project page styles	
	Author: Lokesh Dhakar http://www.huddletogether.com
	Table of Contents:
		layout
		typography
*/

/* misc
----------------------------------------------- */

.section{
	border-top: 4px solid #3d3d33;
	padding: 1.4em 0 3.2em 0;
	overflow: auto;
	width: 100%;
	}
.thumbnail{
	width:100px;
	height:116px;
	background:url(../images/vert-img.jpg) 20px 5px no-repeat;
	padding:17px 0 0 31px;
	float:left;
	display:inline;
	}	
.thumbnail2{
	width:111px;
	height:101px;
	background:url(../images/hor-img.jpg) 7px 20px no-repeat;
	padding:32px 0 0 20px;
	float:left;
	display:inline;
	}
.thumbnail3{
	width:61px;
	height:56px;
	background:url(../images/small-holder.jpg) no-repeat;
	float:left;
	padding:9px 0 0 9px;
	margin:0 1px 10px 0;
	display:inline;
	}
.thumbnail img, .thumbnail2 img, .thumbnail3 img{border:none;}
.first{margin:0 0 0 10px;}
.clear-right{clear:right;}
div.row{margin:0 0 40px 0; float:left;}