#gallery .item{
	float: left;
	width: 100%;
	margin: 0 2px 10px 1px;
}
#gallery .item h1 {
	margin-left: 135px;
}

#gallery .image{
	float: left;
	width: 125px;
	height: 125px;
	padding: 0px;
	margin: 0px;
}
#gallery #gallery_pics .item {
	width: auto;
	margin-right: 5px;
}
#gallery .text{
	width: 410px;
	float: right;
}
#gallery .footer{
	width: 100%;
	clear: both;
	text-align: right;
}