/**
 * 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.
 */


/* WFeatured-4 */
.AV-WFeatured-4
{
	overflow: hidden;
}
	.AV-WFeatured-4 .widget-inside
	{
		position: relative;
	}
	.AV-WFeatured-4 .title
	{
		font-size: 16px;
	}
	.AV-WFeatured-4 .viewall
	{
		position: absolute;
		right: 0px;
		bottom: -1px;
		z-index: 10;
	}
	.AV-WFeatured-4 .rest
	{
		position: relative;
		height: 195px;
		margin: 0 auto;
		text-align: center;
	}
	.AV-WFeatured-4 .link
	{
		float: right;
		font-size: 12px;
	}
	
/* The featured vehicle */
.AV-WFeatured-4 .featured-vehicle
{
	margin: 0 auto;
	width: 285px;
	height: 195px;
	float: left;
}
	.AV-WFeatured-4 .margins
	{
		margin-left: 13px; margin-right: 13px;
	}
	.AV-WFeatured-4 .featured-vehicle .featured-inside
	{
		text-align: center;
		padding: 10px;
		width: 250px;
		height: 195px;
		position: relative;
	}
		.AV-WFeatured-4 .featured-vehicle .featured-inside .title
		{
			height: 16px;
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 3px;
			overflow: hidden;
			line-height: 1.5;
			color: black;
		}
		.AV-WFeatured-4 .featured-vehicle .featured-inside .photo
		{
			margin: 0 auto;
			text-align: center;
			width: 225px;
			height: 195px;
			position: relative;
			overflow: hidden;
		}
			.AV-WFeatured-4 .featured-vehicle .featured-inside .photo .photo-file
			{
				position: absolute;
				top: 0;
				left: 0;
				width: 225px;
			}
			.AV-WFeatured-4 .featured-vehicle .featured-inside .photo .photo-info
			{
				position: absolute;
				top: 140px;
				left: 0px;
				width: 225px;
				height: 30px;
				opacity: 0.5;
				filter: alpha(opacity=50);
				background-color: black;
			}
			.AV-WFeatured-4 .featured-vehicle .featured-inside .photo .photo-details
			{
				position: absolute;
				top: 147px;
				left: 0px;
				font-size: 14px;
				color: white;
				width: 225px;
				font-weight: bold;
			}
				.AV-WFeatured-4 .featured-vehicle .featured-inside .photo .photo-details .price
				{
					color: #e10000;
				}

/* Arrows */
.AV-WFeatured-4 .leftarrow
{
	width: 14px;
	height: 30px;
	background-position: 0px 0px;
	cursor: pointer;
	position: absolute;
	left: -10px;
	top: 90px;
}
.AV-WFeatured-4 .leftarrow:hover
{
	background-position: 0px -30px;
}
.AV-WFeatured-4 .rightarrow
{
	width: 14px;
	height: 30px;
	background-position: -14px 0px;
	cursor: pointer;
	position: absolute;
	right: -10px;
	top: 90px;
}
.AV-WFeatured-4 .rightarrow:hover
{
	background-position: -14px -30px;
}