/**
 * 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.
 */


/* WImage-1 */
.AV-WImage-1
{
	overflow: hidden;
}
.AV-WImage-1 div
{
	width: 100%;
	height: 100%;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
	.AV-WImage-1 .hover-image
	{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.AV-WImage-1 .hover-image:hover
	{
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	.AV-WImage-1 .noimage
	{
		background-color: #dfdfdf;
		font-size: 20px;
		position: relative;
	}