/**
 * 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.
 */


/* WShowroom-4 */
.AV-WShowroom-4
{
	position: relative;
	padding: 30px !important;
}
.AV-WShowroom-4 h3
{
	text-align: center;
	color: black;
	font-family: Lato;
	font-size: 22px;
	font-weight: 300;
	line-height: 36px;
}
.AV-WShowroom-4 .leftSide
{
	font-size: 21px;
	position: absolute;
	left: 0px;
  	top: 50%;
  	margin-top: -5px;
  	cursor: pointer;
}
.AV-WShowroom-4 .rightSide
{
	font-size: 21px;
	position: absolute;
	right: 0px;
	top: 50%;
  	margin-top: -9px;
  	cursor: pointer;
}

.AV-WShowroom-4 .leftSide:hover
{
	color: #c00;
}

.AV-WShowroom-4 .rightSide:hover
{
	color: #c00;
}

.AV-WShowroom-4 #showroom-slide .owl-stage-outer .owl-stage .item .vehicle_info
{
	text-align: center;
}

.AV-WShowroom-4 #showroom-slide .owl-stage-outer .owl-stage .item a
{
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}

.AV-WShowroom-4 #showroom-slide .owl-stage-outer .owl-stage .item a:hover
{
	text-decoration: none;
	color: #c00;
}

.AV-WShowroom-4 #showroom-slide .owl-dots
{
	display: none;
}