/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */
* {margin:0;padding:0;}

.button {margin-left:35px;}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	/*background: url(../../images/bg.gif) top center #fff;*/
	background:url(../../images/mainBg.jpg) top center repeat-x #949bb9;
	margin-top: 0px;
}

#businesscard {
	background: #fff;
	margin: 10px;
	text-align:center;
}

a:link, a:visited, a:focus {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}





h1 {
	font-size: 2.2em;
	margin:10px 20px 5px 20px;
	border-bottom:4px solid #ee2a2e;
	color:#f8bc04;
	clear:both;
}

h2 {
	font-size: 2.2em;
	margin:10px 20px 5px 20px;
	border-bottom:4px solid #ee2a2e;
	color:#f8bc04;
	clear:both;
}

h3 {
	font-size: 1.8em;
	margin:10px 20px 5px 20px;
	border-bottom:2px solid #ee2a2e;
	color:#f8bc04;
	clear:both;
}

.js-error { /* Javascript Error Box */
	clear:both;
	background:#e9e9e9 url(../../images/misc/warning.gif) 5px center no-repeat;
	border:#ddd solid 1px;
	color:#000;
	margin:20px;
	padding:10px 10px 10px 40px;
}
	.js-error p {
		margin:0;
		padding:0;
	}

/* Layout Styles
--------------------------------------------------------------- */

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	width: 700px;
	height: 148px;
	font-size: 1px;	
	height:148px;
	background:url(../../images/header.jpg) top center no-repeat;
	margin:0;padding:0;
}

#flashSlideshow {
	width: 700px;
	height: 233px;
	marign:0;
	padding:0;
}
#bookmark-logos{
	text-align:center;
	margin-left: 20px;
	margin-right: 20px;
}
#bookmark-logos table{
	margin-left: auto;
	margin-right: auto;
}

#home #flashSlideshow {
	background:url(../../images/03.jpg) top center no-repeat #000;
}

#header-btns {

}

#alloys #flashSlideshow { background:url(../../images/04.jpg) top center no-repeat #000; }
#tyre #flashSlideshow { background:url(../../images/02.jpg) top center no-repeat #000; }
#contact #flashSlideshow { background:url(../../images/01.jpg) top center no-repeat #000; }

#contentContainer {
	width: 700px;
	background-color:#021359;
	clear:both;
}

#contentLeft {
	float: left;
	width: 200px;
	padding:20px;
}

#contentLeft-text {
	padding: 20px;
}

#contentRight {
	float: right;
	width: 400px;
	padding:20px;
}

#contentRight-text {
	padding: 10px;
}

#welcomeheader {
	width:670px;
	height:71px;
	background:url(../../images/misc/topCTABg.jpg) top center no-repeat;
	position:relative;
	padding:15px 15px;
}
	#welcomeheader p.topline {
		font-size:21px;
		width:450px;
		padding:0 0 5px;
	}
	#welcomeheader p.bottomline {
		font-size:26px;
		width:370px;
		padding:0;
		border-top:#999 solid 1px;
	}
		#welcomeheader p.bottomline span.topCTAphonenumber {
			font-size:30px;
			font-weight:bold;
			color:#FFCC00;
		}
		#welcomeheader p.bottomline strong {
			font-weight:bold;
			color:#FFCC00;
		}

#welcomeheader p.line1 {
	font-size:18px;
	font-weight:bold;
	position:absolute;
	top:15px;
	left:30px;
}

#welcomeheader p.line1 span.location {
	padding-left:260px;
}

#welcomeheader p.line1 span.stock {
	font-size:14px;
	font-style:italic;
	font-weight:100;
	
}

#welcomeheader .smalllogo {
	position:absolute;
	top:10px;
	left:150px;	
}

#welcomeheader p.line2 {
	font-size:12px;
	position:absolute;
	top:52px;
	left:15px;
	font-weight:bold;
	font-style:italic;
}

#welcomeheader p.line2 span.number {
	color:#fdc006;
	font-size:30px;
}

#welcomeheader p.line2 span.delivery {
	font-size:12px;
	padding-left:8px;
}

#welcomeheader p.line3 {
	position:absolute;
	top:100px;
	left:80px;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

#fullwidth p {
	font-size:1.2em;
	line-height:1.4em;
	padding:10px 20px;
}

#fullwidth a {
color:#FFFF00;
text-decoration:underline;
}

#fullwidth a:hover {
color: #00FF33;
text-decoration:underline;
}

#tyres{
	width:660px;
	margin:20px;
	font-size:1.4em;
	border-collapse:collapse;
	text-align:center;
}

#tyres td {
	padding:6px 5px;
	margin:0;
	border:1px solid #414e83;
}

#tyres th {
	padding:6px 5px;
	margin:0;
	border:1px solid #414e83;
	background-color:#000;
}
#tyres .col1 {
	background-color:#01092c;
}

#tyres .col2 {
	background-color:#010e43;
}


ul.alloys-nav {
	margin:0px;
	padding:10px 20px 20px;
	list-style:none;
}
	ul.alloys-nav li {
		display: inline;
		margin: 0px;
		padding:0 5px 0;
		border-right:1px solid #d71e26;
	} 
		ul.alloys-nav li a {
			color: #d71e26;
			text-decoration:underline;
			font-weight: bold;
			font-size: 1.2em;
		}
			#fullwidth ul.alloys-nav li a:hover {
				color:#fff;
			}
	ul.alloys-nav li.start {
	}
	ul.alloys-nav li.end {
		border-right:none;
	}




/* Horizontal Navigation Styles
--------------------------------------------------------------- */
#navigation {
	width: 700px;
}

#navigation ul {
	margin: 0px;
	display: inline;
	list-style: none;
	padding: 0px;
}

#navigation li {
	display: inline;
	margin: 0px;
}
	  
#navigation a {
	float:left;
    background: url(../../images/navbg.jpg) right repeat-x;
	color: #d71e26;
    text-decoration:none;
	padding: 5px 23.65px 6px 23.65px;
	font-weight: bold;
	font-size: 1.2em;
	border-right:2px solid #051052;
}

#navigation a:hover {
	background-image:url(../../images/navhover.jpg);
	color:#fff;
}
li.ebaystore a {
	background-image:url(../../images/ebaylink.jpg) !important;
	width:160px;
	height:26px;
	padding:0 !important;
}
li.ebaystore a span {display:none;}

a.large {
	width:403px;
	text-align:center;
}
/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 680px;
	padding: 10px;
	color: #fff;
	background:url(../../images/line.jpg) top center no-repeat;
	font-size: 1.1em;
}
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	#footer a:hover {
		color: #333;
		text-decoration:underline;
	}

ul#footerNav {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 480px;
}
	ul#footerNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
	}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 680px;
}
	ul#footerDetails li {
		display:block;
	}
	
ul#footerW3C {
	float: right;
	margin: 0px;
	padding: 0px;
}
	ul#footerW3C li {
		display: inline;
	}

#adtrakDesign {
	float: right;
	clear: right;
}

/* Class Styles
--------------------------------------------------------------- */

#contactTable input, #contactTable textarea, #contactTable select {
	border: 1px solid #9999CC;
	background: #fff;
}

.clearfix {
	clear: both;
}

.img-left {
	border: 4px solid #febb00;
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	border: 4px solid #febb00;;
	float: right;
	margin: 10px 30px;
}

.img-leftNB {
	border: none;
	float: left;
	margin:0 10px 10px;
}


.img-rightNB {
	border: none;
	float: right;
	margin:0 10px 10px;
}

#logo {
	width: 200px;
	height: 100px;
	float: left;
}

.hide{display:none;}

.line {
	margin:0;padding:0;
}

/* Homepage Grid of Alloys
-----------------------------------------------------------*/
#fullwidth {
	margin:0;
	padding:0;
	width:700px;
}

#homegrid {
	clear:left;
}
ul#homegrid , ul#homegrid li {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul#homegrid li {
	width:175px;
	height:155px;
	display:block;
	padding:0;
	margin:0;
	float:left;
}

ul#homegrid li a {
	width:175px;
	height:155px;
	background:top center no-repeat;
	text-align:right;
	display:block;
	margin:0;
	padding:0;
	float:left;
	text-decoration:none;
}
ul#homegrid li a:hover {
	text-decoration:underline;
}
ul#homegrid li a span {
	display:block;
	width:130px;
	text-align:right;
	color:#fff;
	float:right;
	margin-right:3px;
}
ul#homegrid li a span.model {
	padding-top:35px;
	font-size:14px;
	font-weight:bold;
}
ul#homegrid li a span.info {
	color:#ffcc3c;
	padding-top:1px;
	font-weight:bold;
	font-size:10px;
	display:none !important;
}
ul#homegrid li a span.price {
	font-size:11px;
	font-weight:bold;
	padding-top:2px;
	display:none !important;
}
ul#homegrid li a span.price strong {
	font-size:22px;
	display:block;
	line-height:18px;
}

ul#homegrid li a span.extra {
	color:#fff;
	padding-top:1px;
	font-weight:bold;
	font-size:8px;
	font-style:italic;
}

ul#homegrid li.three {
	width:525px;
}

ul#homegrid li.three a {
	width:525px !important;
	height:155px;
	text-align:right;
	display:block;
	margin:0;
	padding:0;
	float:left;
	text-decoration:none;
}

ul#homegrid li.three a span {
	display:block;
	width:430px;
	text-align:right;
	color:#fff;
	float:right;
	margin-right:5px;
}

ul#homegrid li.three a span.model {
	font-size:1.8em;
}

ul#homegrid li.three a span.info {
	font-size:1.2em;
	font-weight:100;
	line-height:1.1em;
}

ul#homegrid li.three a span.price strong {
	font-size:2.9em;
	line-height:22px;
}

.g01{background-image:url(../../images/frontalloys/01.jpg);}
.g02{background-image:url(../../images/frontalloys/02.jpg);}
.g03{background-image:url(../../images/frontalloys/03.jpg);}
.g04{background-image:url(../../images/frontalloys/04.jpg);}
.g05{background-image:url(../../images/frontalloys/05.jpg);}
.g06{background-image:url(../../images/frontalloys/06.jpg);}
.g07{background-image:url(../../images/frontalloys/07.jpg);}
.g08{background-image:url(../../images/frontalloys/08.jpg);}
.g09{background-image:url(../../images/frontalloys/09.jpg);}
.g10{background-image:url(../../images/frontalloys/10.jpg);}
.g11{background-image:url(../../images/frontalloys/11.jpg);}
.g12{background-image:url(../../images/frontalloys/12.jpg);}
.g13{background-image:url(../../images/frontalloys/13.jpg);}
.g14{background-image:url(../../images/frontalloys/14.jpg);}
.g15{background-image:url(../../images/frontalloys/15.jpg);}
.g16{background-image:url(../../images/frontalloys/16.jpg);}
.g17{background-image:url(../../images/frontalloys/17.jpg);}
.g18{background-image:url(../../images/frontalloys/18.jpg);}
.g19{background-image:url(../../images/frontalloys/19.jpg);}
.g20{background-image:url(../../images/frontalloys/20.jpg);}
.g21{background-image:url(../../images/frontalloys/21.jpg);}
.g22{background-image:url(../../images/frontalloys/22.jpg);}
.g23{background-image:url(../../images/frontalloys/23.jpg);}
.g24{background-image:url(../../images/frontalloys/24.jpg);}
.g25{background-image:url(../../images/frontalloys/25.jpg);}
.g26{background-image:url(../../images/frontalloys/26.jpg);}
.g27{background-image:url(../../images/frontalloys/27.jpg);}
.g28{background-image:url(../../images/frontalloys/28.jpg);}
.g29{background-image:url(../../images/frontalloys/29.jpg);}
.g30{background-image:url(../../images/frontalloys/30.jpg);}
.g31{background-image:url(../../images/frontalloys/31.jpg);}
.g32{background-image:url(../../images/frontalloys/32.jpg);}
.g33{background-image:url(../../images/frontalloys/33.jpg);}
.g34{background-image:url(../../images/frontalloys/34.jpg);}
.g35{background-image:url(../../images/frontalloys/35.jpg);}
.g36{background-image:url(../../images/frontalloys/36.jpg);}
.g37{background-image:url(../../images/frontalloys/37.jpg);}
.g38{background-image:url(../../images/frontalloys/38.jpg);}
.g39{background-image:url(../../images/frontalloys/39.jpg);}
.g40{background-image:url(../../images/frontalloys/40.jpg);}
.g41{background-image:url(../../images/frontalloys/41.jpg);}
.g42{background-image:url(../../images/frontalloys/42.jpg);}
.g43{background-image:url(../../images/frontalloys/43.jpg);}
.g44{background-image:url(../../images/frontalloys/44.jpg);}
.g45{background-image:url(../../images/frontalloys/45.jpg);}
.g46{background-image:url(../../images/frontalloys/46.jpg);}
.g47{background-image:url(../../images/frontalloys/47.jpg);}
.g48{background-image:url(../../images/frontalloys/48.jpg);}
.g49{background-image:url(../../images/frontalloys/49.jpg);}
.g50{background-image:url(../../images/frontalloys/50.jpg);}
.g51{background-image:url(../../images/frontalloys/51.jpg);}
.g52{background-image:url(../../images/frontalloys/52.jpg);}
.g53{background-image:url(../../images/frontalloys/53.jpg);}
.g54{background-image:url(../../images/frontalloys/54.jpg);}
.g55{background-image:url(../../images/frontalloys/55.jpg);}
.g56{background-image:url(../../images/frontalloys/56.jpg);}
.g57{background-image:url(../../images/frontalloys/57.jpg);}
.g58{background-image:url(../../images/frontalloys/58.jpg);}
.g59{background-image:url(../../images/frontalloys/59.jpg);}
.g60{background-image:url(../../images/frontalloys/60.jpg);}
.g61{background-image:url(../../images/frontalloys/61.jpg);}
.g62{background-image:url(../../images/frontalloys/62.jpg);}
.g63{background-image:url(../../images/frontalloys/63.jpg);}
.g64{background-image:url(../../images/frontalloys/64.jpg);}
.g65{background-image:url(../../images/frontalloys/65.jpg);}
.g66{background-image:url(../../images/frontalloys/66.jpg);}
.g67{background-image:url(../../images/frontalloys/67.jpg);}
.g68{background-image:url(../../images/frontalloys/68.jpg);}
.g69{background-image:url(../../images/frontalloys/69.jpg);}
.g70{background-image:url(../../images/frontalloys/70.jpg);}
.g71{background-image:url(../../images/frontalloys/71.jpg);}

/* Wolfrace Grid of Alloys
-----------------------------------------------------------*/
ul.alloys {
	list-style-type:none;
	margin:0;padding:0;
	clear:both;
}
ul.alloys li a {
	width:100px;
	color:#f4c30e;
	display:block;
	font-weight:bold;
	font-size:11px;
	padding:0;
	padding-top:92px;
	text-align:center;
	border:4px solid #0f347b;
	margin:0;
}

ul.alloys li a:link, ul.alloys li a:visited {
	color:#f4c30e;
}

ul.alloys li a:hover {
	color:#fff;
}

ul.alloys li {
	height:113px;
	width:110px;
	margin:13px;
	float:left;
}

.w01{background:url(../../images/wolfrace/thumbs/01.jpg) bottom center no-repeat;}
.w02{background:url(../../images/wolfrace/thumbs/02.jpg) bottom center no-repeat;}
.w03{background:url(../../images/wolfrace/thumbs/03.jpg) bottom center no-repeat;}
.w04{background:url(../../images/wolfrace/thumbs/04.jpg) bottom center no-repeat;}
.w05{background:url(../../images/wolfrace/thumbs/05.jpg) bottom center no-repeat;}
.w06{background:url(../../images/wolfrace/thumbs/06.jpg) bottom center no-repeat;}
.w07{background:url(../../images/wolfrace/thumbs/07.jpg) bottom center no-repeat;}
.w08{background:url(../../images/wolfrace/thumbs/08.jpg) bottom center no-repeat;}
.w09{background:url(../../images/wolfrace/thumbs/09.jpg) bottom center no-repeat;}
.w10{background:url(../../images/wolfrace/thumbs/10.jpg) bottom center no-repeat;}
.w11{background:url(../../images/wolfrace/thumbs/11.jpg) bottom center no-repeat;}
.w12{background:url(../../images/wolfrace/thumbs/12.jpg) bottom center no-repeat;}
.w13{background:url(../../images/wolfrace/thumbs/13.jpg) bottom center no-repeat;}
.w14{background:url(../../images/wolfrace/thumbs/14.jpg) bottom center no-repeat;}
.w15{background:url(../../images/wolfrace/thumbs/15.jpg) bottom center no-repeat;}
.w16{background:url(../../images/wolfrace/thumbs/16.jpg) bottom center no-repeat;}
.w17{background:url(../../images/wolfrace/thumbs/17.jpg) bottom center no-repeat;}
.w18{background:url(../../images/wolfrace/thumbs/18.jpg) bottom center no-repeat;}
.w19{background:url(../../images/wolfrace/thumbs/19.jpg) bottom center no-repeat;}
.w20{background:url(../../images/wolfrace/thumbs/20.jpg) bottom center no-repeat;}
.w21{background:url(../../images/wolfrace/thumbs/21.jpg) bottom center no-repeat;}
.w22{background:url(../../images/wolfrace/thumbs/22.jpg) bottom center no-repeat;}
.w23{background:url(../../images/wolfrace/thumbs/23.jpg) bottom center no-repeat;}
.w24{background:url(../../images/wolfrace/thumbs/24.jpg) bottom center no-repeat;}
.w25{background:url(../../images/wolfrace/thumbs/25.jpg) bottom center no-repeat;}
.w26{background:url(../../images/wolfrace/thumbs/26.jpg) bottom center no-repeat;}
.w27{background:url(../../images/wolfrace/thumbs/27.jpg) bottom center no-repeat;}
.w28{background:url(../../images/wolfrace/thumbs/28.jpg) bottom center no-repeat;}
.w29{background:url(../../images/wolfrace/thumbs/29.jpg) bottom center no-repeat;}

.a01{background:url(../../images/alcar/thumbs/01.jpg) bottom center no-repeat;}
.a02{background:url(../../images/alcar/thumbs/02.jpg) bottom center no-repeat;}
.a03{background:url(../../images/alcar/thumbs/03.jpg) bottom center no-repeat;}
.a04{background:url(../../images/alcar/thumbs/04.jpg) bottom center no-repeat;}
.a05{background:url(../../images/alcar/thumbs/05.jpg) bottom center no-repeat;}
.a06{background:url(../../images/alcar/thumbs/06.jpg) bottom center no-repeat;}
.a07{background:url(../../images/alcar/thumbs/07.jpg) bottom center no-repeat;}
.a08{background:url(../../images/alcar/thumbs/08.jpg) bottom center no-repeat;}
.a09{background:url(../../images/alcar/thumbs/09.jpg) bottom center no-repeat;}
.a10{background:url(../../images/alcar/thumbs/10.jpg) bottom center no-repeat;}
.a11{background:url(../../images/alcar/thumbs/11.jpg) bottom center no-repeat;}
.a12{background:url(../../images/alcar/thumbs/12.jpg) bottom center no-repeat;}
.a13{background:url(../../images/alcar/thumbs/13.jpg) bottom center no-repeat;}
.a14{background:url(../../images/alcar/thumbs/14.jpg) bottom center no-repeat;}
.a15{background:url(../../images/alcar/thumbs/15.jpg) bottom center no-repeat;}
.a16{background:url(../../images/alcar/thumbs/16.jpg) bottom center no-repeat;}
.a17{background:url(../../images/alcar/thumbs/17.jpg) bottom center no-repeat;}
.a18{background:url(../../images/alcar/thumbs/18.jpg) bottom center no-repeat;}
.a19{background:url(../../images/alcar/thumbs/19.jpg) bottom center no-repeat;}
.a20{background:url(../../images/alcar/thumbs/20.jpg) bottom center no-repeat;}
.a21{background:url(../../images/alcar/thumbs/21.jpg) bottom center no-repeat;}
.a22{background:url(../../images/alcar/thumbs/22.jpg) bottom center no-repeat;}
.a23{background:url(../../images/alcar/thumbs/23.jpg) bottom center no-repeat;}
.a24{background:url(../../images/alcar/thumbs/24.jpg) bottom center no-repeat;}
.a25{background:url(../../images/alcar/thumbs/25.jpg) bottom center no-repeat;}
.a26{background:url(../../images/alcar/thumbs/26.jpg) bottom center no-repeat;}
.a27{background:url(../../images/alcar/thumbs/27.jpg) bottom center no-repeat;}
.a28{background:url(../../images/alcar/thumbs/28.jpg) bottom center no-repeat;}
.a29{background:url(../../images/alcar/thumbs/29.jpg) bottom center no-repeat;}
.a30{background:url(../../images/alcar/thumbs/30.jpg) bottom center no-repeat;}
.a31{background:url(../../images/alcar/thumbs/31.jpg) bottom center no-repeat;}
.a32{background:url(../../images/alcar/thumbs/32.jpg) bottom center no-repeat;}
.a33{background:url(../../images/alcar/thumbs/33.jpg) bottom center no-repeat;}
.a34{background:url(../../images/alcar/thumbs/34.jpg) bottom center no-repeat;}
.a35{background:url(../../images/alcar/thumbs/35.jpg) bottom center no-repeat;}
.a36{background:url(../../images/alcar/thumbs/36.jpg) bottom center no-repeat;}
.a37{background:url(../../images/alcar/thumbs/37.jpg) bottom center no-repeat;}
.a38{background:url(../../images/alcar/thumbs/38.jpg) bottom center no-repeat;}
.a39{background:url(../../images/alcar/thumbs/39.jpg) bottom center no-repeat;}
.a40{background:url(../../images/alcar/thumbs/40.jpg) bottom center no-repeat;}
.a41{background:url(../../images/alcar/thumbs/41.jpg) bottom center no-repeat;}
.a42{background:url(../../images/alcar/thumbs/42.jpg) bottom center no-repeat;}
.a43{background:url(../../images/alcar/thumbs/43.jpg) bottom center no-repeat;}
.a44{background:url(../../images/alcar/thumbs/44.jpg) bottom center no-repeat;}
.a45{background:url(../../images/alcar/thumbs/45.jpg) bottom center no-repeat;}
.a46{background:url(../../images/alcar/thumbs/46.jpg) bottom center no-repeat;}
.a47{background:url(../../images/alcar/thumbs/47.jpg) bottom center no-repeat;}
.a48{background:url(../../images/alcar/thumbs/48.jpg) bottom center no-repeat;}
.a49{background:url(../../images/alcar/thumbs/49.jpg) bottom center no-repeat;}
.a50{background:url(../../images/alcar/thumbs/50.jpg) bottom center no-repeat;}
.a51{background:url(../../images/alcar/thumbs/51.jpg) bottom center no-repeat;}
.a52{background:url(../../images/alcar/thumbs/52.jpg) bottom center no-repeat;}
.a53{background:url(../../images/alcar/thumbs/53.jpg) bottom center no-repeat;}
.a54{background:url(../../images/alcar/thumbs/54.jpg) bottom center no-repeat;}
.a55{background:url(../../images/alcar/thumbs/55.jpg) bottom center no-repeat;}
.a56{background:url(../../images/alcar/thumbs/56.jpg) bottom center no-repeat;}
.a57{background:url(../../images/alcar/thumbs/57.jpg) bottom center no-repeat;}
.a58{background:url(../../images/alcar/thumbs/58.jpg) bottom center no-repeat;}
.a59{background:url(../../images/alcar/thumbs/59.jpg) bottom center no-repeat;}
.a60{background:url(../../images/alcar/thumbs/60.jpg) bottom center no-repeat;}
.a61{background:url(../../images/alcar/thumbs/61.jpg) bottom center no-repeat;}
.a62{background:url(../../images/alcar/thumbs/62.jpg) bottom center no-repeat;}
.a63{background:url(../../images/alcar/thumbs/63.jpg) bottom center no-repeat;}
.a64{background:url(../../images/alcar/thumbs/64.jpg) bottom center no-repeat;}
.a65{background:url(../../images/alcar/thumbs/65.jpg) bottom center no-repeat;}
.a66{background:url(../../images/alcar/thumbs/66.jpg) bottom center no-repeat;}
.a67{background:url(../../images/alcar/thumbs/67.jpg) bottom center no-repeat;}
.a68{background:url(../../images/alcar/thumbs/68.jpg) bottom center no-repeat;}
.a69{background:url(../../images/alcar/thumbs/69.jpg) bottom center no-repeat;}
.a70{background:url(../../images/alcar/thumbs/70.jpg) bottom center no-repeat;}
.a71{background:url(../../images/alcar/thumbs/71.jpg) bottom center no-repeat;}
.a72{background:url(../../images/alcar/thumbs/72.jpg) bottom center no-repeat;}
.a73{background:url(../../images/alcar/thumbs/73.jpg) bottom center no-repeat;}
.a74{background:url(../../images/alcar/thumbs/74.jpg) bottom center no-repeat;}
.a75{background:url(../../images/alcar/thumbs/75.jpg) bottom center no-repeat;}
.a76{background:url(../../images/alcar/thumbs/76.jpg) bottom center no-repeat;}
.a77{background:url(../../images/alcar/thumbs/77.jpg) bottom center no-repeat;}
.a78{background:url(../../images/alcar/thumbs/78.jpg) bottom center no-repeat;}
