/********************************************************************

	FUNCTION13 - category.css
	-----------------------------
	author: zack ginies - zack@zackginies.com
	date: june 4, 2010 
	
	INDEX
	-----------------------------------------
	- Content Well
	
*********************************************************************/

/* CONTENT WELL ---------------------------------------------------*/

#content_well {
	margin-left: 0;
}

.content {
	text-align: left;
}

.content h4 {
	color: #00aeef;
}

#content_well .image_block .content {
	float: left;
	margin: 0 10px 10px 0;
}

	#content_well .image_block .content img {
		width: 293px;
		height: 86px;
		opacity: .85;
		-moz-transition:  .2s linear;
		-webkit-transition:  .2s linear;
	}
	
	.category-past-exhibits #content_well .image_block .content img {
		width: 282px;
		height: 80px;
	}
	
		#content_well .image_block .content img:hover {
			opacity: 1;
		}	
