div#frontend .topcars
{
	width: 450px;
	height: 135px;
	padding:20px 20px 20px 40px;
	margin:0 auto;
	position: relative;
}
 
div#frontend .topcars .img-prev { position: absolute; top:22px; left:0;  }
div#frontend .topcars .img-next { position: absolute; top:22px; left:485px;  }


div#frontend .topcars-2-pics
{
	float: left;
	width: 332px;
	height: 140px;
}

div#frontend .tc-button-left, .tc-button
{
	float: left;
	margin-top: 18px;
}

div#frontend .tc-button-left
{
	margin-right: 9px;
}

div#frontend .tc-item
{
	float: left;
	width: 138px;
	height: 134px;
	margin-right: 8px;
	text-align: center;
}

div#frontend .tc-item img
{
	margin-top: 9px;
	border: none;
	width: 120px;
	height: 90px;
}

div#frontend .tc-model
{
	text-align: left;
	font-weight: bold;
	margin: 2px 0 0 9px;
}
div#frontend .tc-model a
{
	text-decoration: underline;
	font-size: 10px;
}
div#frontend .tc-model a:hover
{
	text-decoration: none;
	font-size: 10px;
}

div#frontend .tc-price
{
	text-align: left;
	font-weight: bold;
	margin: 2px 0 0 9px;
	font-size: 10px;
}


