/******************************************************/
/*** Image and Content Alignment ***/
.image_centered {
	margin : 0 auto;
}

.image_float_right{
	float : right;
	margin-left : 12px;
}

.image_float_left {
	float : left;
	margin-right : 12px;
}

#PhotoAndCreditRightAlignContainer {
	width : 100%;
}

.image_plain_right {
	float : right;
}

.image_plain_left {
	margin-right : 12px;
	margin-bottom : 16px;
}


#PhotoAndCredit #FirefoxBug {
/*	text-align:-moz-center; */
}

#PhotoAndCredit #ImageCredit {
 	font-size: 0.8em;
 	color : #ccc;  	
}

/* www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
