a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
}
html, body {
	height: 100%;
	padding: 0;
  	margin: 0;
	overflow: hidden;
	position: relative;
	background: url(../_images/ampersandBG.jpg) no-repeat left center;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
					user-select: none; /* Non-prefixed version, currently*/
}
section, header, article, nav {
	display: block;
}
a.right {
	width: 70px;
	height: 126px;
	position: fixed;
	top: 50%;
	margin-top: -63px;
	right: 15px;
	background: url(../_images/navSheet.png) no-repeat -280px 0px;
	z-index: 600;
}
a.right:hover {
	background-position: -350px 0px;
	cursor: pointer;
}
a.left {
	width: 70px;
	height: 126px;
	position: fixed;
	top: 50%;
	margin-top: -63px;
	left: 15px;
	background: url(../_images/navSheet.png) no-repeat -70px 0px;
	z-index: 600;
}
a.left:hover {
	background-position: 0px 0px;
	cursor: pointer;
}
#content {
	width: 600px;
	height: 555px;
	position: relative;
	top: 50%;
	float: right;
	right: 125px;
	margin-top: -280px;
}
#ampersand {
	width: 90px;
	height: 77px;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -95px;
	position: absolute;
	z-index: 500;
	background: url(../_images/ampersandRedSmall.png) no-repeat;
	-webkit-animation: type 1s 1 ease-in-out;
	   -moz-animation: type 1s 1 ease-in-out;
}
#type {
	width: 186px;
	height: 88px;
	left: 50%;
	top: 50%;
	margin-left: -380px;
	margin-top: -90px;
	position: absolute;
	z-index: 500;
	background: url(../_images/typeTV.png) no-repeat;
	-webkit-animation: type 1s 1 ease-in-out;
	   -moz-animation: type 1s 1 ease-in-out;
}
@-webkit-keyframes type {
    0%   {-webkit-transform: rotateY(-90deg);}
	50%  {-webkit-transform: rotateY(45deg);}
    100% {-webkit-transform: rotateY(0deg);}
}
@-moz-keyframes type {
    0%   {-moz-transform: rotateY(-90deg);}
	50%  {-moz-transform: rotateY(45deg);}
    100% {-moz-transform: rotateY(0deg);}
}
#content iframe {
	z-index: 200;
	background: black url(../_images/loading.gif) no-repeat center center;
}
.thumb {
	float: left;
	height: 90px;
	width: 110px;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}
#Carfax1 {
	background: url(../_images/thumbs.jpg) 0px 0px;
}
#Carfax2 {
	background: url(../_images/thumbs.jpg) -120px 0px;
}
#WC1 {
	background: url(../_images/thumbs.jpg) -240px 0px;
}
#WC2 {
	background: url(../_images/thumbs.jpg) -360px 0px;
}
#Fury {
	background: url(../_images/thumbs.jpg) -480px 0px;
}
#Carfax1:hover {
	background: url(../_images/thumbs.jpg) 0px 90px;
}
#Carfax1:hover .caption {
	visibility: visible;
}
#Carfax2:hover {
	background: url(../_images/thumbs.jpg) -120px 90px;
}
#Carfax2:hover .caption {
	visibility: visible;
}
#WC1:hover {
	background: url(../_images/thumbs.jpg) -240px 90px;
}
#WC1:hover .caption {
	visibility: visible;
}
#WC2:hover {
	background: url(../_images/thumbs.jpg) -360px 90px;
}
#WC2:hover .caption {
	visibility: visible;
}
#Fury:hover {
	background: url(../_images/thumbs.jpg) -480px 90px;
}
#Fury:hover .caption {
	visibility: visible;
}
.caption {
	visibility: hidden;
	width: 110px;
	margin-top: 94px;
	margin-right: 10px;
	color: gray;
	font-weight:normal;
	line-height: 1.2em;
	font-size: 0.9em;
	position:absolute;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* #v_1 {
	width: 600px;
	height: auto;
  } */