/* inline-block browser solution courtesy of http://www.webmasterworld.com/css/3649638.htm */

/* ----------------------------------------------------------------------- 
   BEGIN STYLES FOR PICASA IMAGE EXPRESS VER 2.0 
 ----------------------------------------------------------------------- */
 
/* Wrapper around a series of images */
.pie2-gallery
{
	margin:1em 0;
}

/* Wrapper around an image and a caption */
.pie2-gallery .wp-caption,
.pie2-gallery IMG,
.pie2-gallery P
{
	display: -moz-inline-box; /* For FF<3 */ 
	-moz-box-orient: vertical; /* For FF<3 */ 
	display:inline-block; /*IE <8 needs this tripped back to display: inline; to make it work on block elements  */
	vertical-align: top; /* explicitly declare your preference as Moz inline-box auto aligns to top */
	margin:0;
	padding:5px;
}

.pie2-gallery a IMG {
background:#fff;
border: 1px solid #ccc;
}

.pie2-gallery a IMG:hover {
background:#ccc;
border: 1px solid #000;
}


/* Alignment options for galleries */
.pie2-gallery{

}	

.pie2-gallery.aligngalleryleft{
	text-align:left;
}

.pie2-gallery.aligngalleryright{
	text-align:right;
}

.pie2-gallery.aligngallerycenter{
	text-align:center;
}

.pie2-gallery.aligngallerysingle P
{
	display:block;
	text-align:center;
}

.pie2-gallery.aligngallerysingle .wp-caption
{
	display:block;
	margin-left: auto;
	margin-right:auto;
}
.wp-caption IMG
{
	margin:0 !important;
}
