/* Stylesheet for WP 2.5 Gallery Fix from fob marketing */ 

.gallery {
	margin: 10px auto;
	text-align: center; 
	}

.gallery-item {
	float: left;
	width: 120px; 
	margin: 10px;
	text-align: center;
	}

.gallery img {
	border: 2px solid #cfcfcf;
	}

.gallery-caption {
	margin-left: 0;
	}

..clear {
	clear: both; 
}
