/**
 * 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-1 */
.AV-WProducts-1
{
	overflow: hidden;
}
	.AV-WProducts-1 .top
	{
		position: relative;
		height: 25px;
	}
		.AV-WProducts-1 .title
		{
			position: relative;
			top: 4px;
			font-size: 18px;
			font-weight: bold;
		}
	.AV-WProducts-1 .rest
	{
		position: relative;
		height: 125px;
		margin: 0 auto;
		text-align: center;
	}
	
	/* The featured product */
	.AV-WProducts-1 .featured-product
	{
		margin: 0 auto;
		width: 180px;
		height: 115px;
		float: left;
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.AV-WProducts-1 .featured-product:hover
	{
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
		.AV-WProducts-1 .margins
		{
			margin-left: 5px; margin-right: 5px;
		}
		.AV-WProducts-1 .featured-product .product-inside
		{
			text-align: center;
			padding: 10px;
			width: 150px;
			height: 115px;
		}
			.AV-WProducts-1 .featured-product .product-inside .title
			{
				text-align: center;
				height: 27px;
				font-size: 12px;
				font-weight: bold;
				margin-bottom: 6px;
				overflow: hidden;
				line-height: 1.2;
			}
			.AV-WProducts-1 .featured-product .product-inside .photo
			{
				width: 150px;
				height: 72px;
			}
				.AV-WProducts-1 .featured-product .product-inside .photo .photo-file
				{
					width: 150px;
					height: 72px;
				}
	
	/* Arrows */
	.AV-WProducts-1 .leftarrow
	{
		width: 14px;
		height: 30px;
		background-position: 0px 0px;
		cursor: pointer;
		position: absolute;
		left: 0px;
		top: 40px;
		z-index:1;
	}
	.AV-WProducts-1 .leftarrow:hover
	{
		background-position: 0px -30px;
	}
	.AV-WProducts-1 .rightarrow
	{
		width: 14px;
		height: 30px;
		background-position: -14px 0px;
		cursor: pointer;
		position: absolute;
		right: 0px;
		top: 40px;
		z-index:1;
	}
	.AV-WProducts-1 .rightarrow:hover
	{
		background-position: -14px -30px;
	}