#carshow {
    width: 295px;
    height: 235px;
    position: absolute;
    left: 218px;
    top: 0;
	overflow:hidden;
}

.Hidden, .Visible	{
	position:absolute;
	top:0;
	left:0;
}

.Hidden {
    visibility: hidden;
}

.Visible {
    visibility: visible;
}

.carnumber	{
    width: 50px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 20px;
    z-index: 2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
	line-height:10pt;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
	color:#585858;	
}

#carshow img {
    width: 295px;
    height: 235px;
    border: 0;
}

.carshowcontrols {
    width: 100px;
    height: 30px;
    position: absolute;
    bottom: 15px;
    right: 5px;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
	line-height:10pt;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
}

.carshowcontrols a {
    color: #002e54;
	text-decoration:underline;
}