/*   thumb-list-v1.css for photoweb / lisawalker */


#thumbGridCtn {
	position:absolute;
	top:20px;
	left:0;
	margin:20px 10px 0 40%;
	width:60%;
}

.galleryList {
	display:inline;
	float:left;
	width:180px;
	height:200px;
	overflow:hidden;
	padding:10px 0 10px 0;
	margin:15px 10px 15px 10px;
	border:1px solid #DBAE6E;
	text-align:center;
}

.largeCtn {
	display:inline;
	float:left;
	width:180px;
	height:280px;
	overflow:hidden;
	padding:0 0 10px 0;
	margin:15px 1% 15px 1%;
	border:1px solid #DBAE6E;
	text-align:center;
}

.largeCtn div.thumbCtn {
	border: 1px solid #DBAE6E;
	overflow:hidden;
	height:200px;
}

