#cardisplay{
    font-family: Arial;
    text-align:center;
    position: relative;
    left: 100px;
}

#cardisplay a{
    color:white;
    text-decoration: none;
}

#cardisplay td{
    background: url('images/carbox.jpg') no-repeat center center;
}

table, table tr, table td{

}

.car-details{
	margin: 10px 0;
	width: 170px;
	color: white;
}

a:link .carthumb, a:visited .carthumb, a:hover .carthumb{
	border-color: black;
	color: white;
}

/* for Opera9 and others **********************************/
#cardisplay td {
    padding: 53px 50px;
}

/* for FF2 **********************************/
#display, x:-moz-any-link {

}

/* for FF3 **********************************/
#cardisplay td, x:-moz-any-link, x:default {
    
}

/* for IE7 **********************************/
#cardisplay{
    *padding:0;
    *margin:0;
    *width:0;
}

/* for IE6 **********************************/
#cardisplay{
    _padding:0;
    _margin:0;
    _width:0;
    _height: 100%;
}

table a:hover{
	_cursor: pointer;
}