﻿.photogallerylist 
{
	float:left;
	width:100%;
}
.photogallerylist .item
{
	float: left;
	height: 120px;	
	width:280px;
	margin:10px 0px 0px 0px;
	border-bottom:1px dotted #B8B8B8;	
}
.photogallerylist .item .thumbnail
{
	float: left;
	width: 80px;
	padding:0px 10px 0px 0px;
}
.photogallerylist .item .description
{
	float: left;	
	width:190px;
}
.photogallerylist .item .description a,
.photogallerylist .item .description h2
{
	font-weight:bold;
	color:#000000;	
}


