#autos ul, #autos li, 
#repuestos ul, #repuestos li, 
#motos ul, #motos li 
{
	margin:0;
	padding:0;
	list-style:none;
	}
#autos li, #motos li, #repuestos li
{ height: 110px; width:340px; overflow:hidden;}

table#ctr-autos, table#ctr-reptos, table#ctr-motos
{
	margin:0;
	position:relative;
	width: 340px;
	display:block;
		
}
#prevBtnA, #nextBtnA, #prevBtnR, #nextBtnR, #prevBtnM, #nextBtnM  {  
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:15px;
	height:49px;
	position:absolute;
	left:-15px;
	top:-80px;
	}	
#nextBtnA, #nextBtnR, #nextBtnM { 
	left:340px;
	top:-80px;
}
#prevBtnA a, #nextBtnA a, #prevBtnR a, #nextBtnR a, #prevBtnM a, #nextBtnM a {  
	display:block;
	width:15px;
	height:49px;
	background: url(../imagenes/prev.gif) no-repeat 0 0;	
	}	
#nextBtnA a, #nextBtnR a, #nextBtnM a { 
	background: url(../imagenes/next.gif) no-repeat 0 0;	
	}

.precio-gal
{color:#ff0000;
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-size:26px;}
