/**
 * Copyright: 2007-2012, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 */


/* WProducts-3 */
.AV-WProducts-3
{
	margin: 0 auto;
	text-align: center;
}
	.AV-WProducts-3 > div
	{
		margin: 0 auto;
		text-align: center;
	}
		.AV-WProducts-3 .featured-product
		{
			opacity: 1.0;
			filter: alpha(opacity=100);
			cursor: pointer;
		}
		.AV-WProducts-3 .featured-product:hover
		{
			opacity: 0.8;
			filter: alpha(opacity=80);
		}
			.AV-WProducts-3 .featured-product img
			{
				max-width: 100%;
			}