/*
Theme Name: ePhoto
Theme URI: http://www.elegantthemes.com/gallery/ephoto
Version: 3.0
Description: 2 Column theme from Elegant Themes

Author: Dominic Timotin
Author URI: http://www.trudog.ro
*/

#picasaAlbums {
	margin: 0;
	padding: 0;
}

#picasaAlbums li {
	list-style: none;
	float: left;
	margin: 0 10px 10px 0;
}

.picasaPhoto {
	margin: 0 10px 10px 0;
	width: 150px;
	height: 150px;
	text-align: center;
	float: left;
	overflow: hidden;
	position: relative;
}

.picasaPhotoInner {
	position: absolute; 
	top:49%;
	left: 49%;
}
