/* Content: objectList ----------------------------------------------------- */
#objects {
float: left; 
width: 580px;
}

#objects ul#objectList {
clear: both;
width: 610px;
overflow:auto;
margin:0;
padding:0;
}

#objects #objectList li {
list-style:none outside;
float:left;
height: 205px;
border:1px solid #eaeaea;
padding:5px;
margin-right:5px;
margin-bottom:5px;
width:185px;
background: #ffffff url(/images/templates/default/CarHolderBg.png) repeat-x scroll 0 0;
}

#objects #objectList a {
color: #000000;
}

p.image {
margin-bottom: 5px;
}

p.image img {
height:138px;
width: 184px;
}

#objects #floatRight {
float: right;
}