/* Picasa Web albums */
.picasa {
	margin: 0px;
}
.pw_album_list, .pw_photo_list {
	border: 1px dotted #666666;
	list-style-image: none;
	list-style-type: none;
	padding: 4px;
	margin: 2px;
	text-align: center;
	float: left;
}
.pw_album_list {
	width: 200px;
	height: 240px;
	overflow: hidden;
}
.pw_album_list:hover, .pw_photo_list:hover {
	border: 1px solid #666666;
	text-decoration: none;
}
.pw_album_list a:hover, .pw_photo_list a:hover {
	text-decoration: none;
}
.pw_image {
	margin: 4px;
}

/* Widgets */
.widget {
	float: left;
	margin: 8px;
	margin-top: 0;
	width: 40%;
}
.widget h3, .widget caption {
	font-size: 12px;
}

