/*---------------------------------------   REVIEWS   ------------------------------------*/

#mainContent {
	margin: 0 auto;
	max-width:800px;
	margin-top: 30px;
	background-repeat: no-repeat;
	margin-left: 40px;
}
.reviewImages {
	width: 119px;
	position: relative;
	float: left;
	padding-top: 4px;
	text-align: right;
}
/*-------------------------------  IMAGE rollover CLASSES  ---------------*/
/*----------------------   ALL	------------*/
.reviewImages a img {
	
	transition: opacity .3s ease-in-out;
}
.reviewImages a:hover img {
	opacity:.8;
}



/*------------------------------   END IMAGE rollover CLASSES  -----------*/
.reviewText {
	width: /*570px*/73.9189%;
	min-height: 6em;
	margin-bottom: 2em;
	margin-left:  137px;
	padding-right: 2em;
	line-height: 1.6em;
}
.AmazonLink {
	text-align: center;
	font-size: 80%;
	margin-top: -1px;
	line-height: 1.4em;
}
.quote_attribution{
	color: #999;
	font-size: 90%;
}
.bookQuote {
	line-height: 1.5em;
	color: #333333;
	padding-left: 40px;
	padding-right: 40px;
}
