
#images
{
	position: relative;
	width: 100%;
}


#images .image
{

	position: relative;

	display: block;
	float: left;
	
	width: 150px;
	height: 200px;
	
	margin: 5px;
	padding: 1px;

}


.image .title
{
	position: relative;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}

.image .description
{
	position: relative;
	font-size: 11px;
	font-family: tahoma;
	height: 30px;
}

.image .delete
{	
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	display: none;	
}

