[Table]Заменяем весь Вид фотографий на[/Table]
Code
<center>
<table cellpadding="0" cellspacing="0" border="0" width="184px" class="photostyle">
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td class="photoTitle"><center><a href="$CAT_URL$">$CAT_NAME$</a></center></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td><center><div id="upban"><a href="$PHOTO_LIGHTBOX_URL$" title="Просмотры: $REVIEWS$ | Размеры: $PHOTO_SIZE$, $PHOTO_WEIGHT$Kb">$PHOTO$</a></div></center></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td class="photorate"><?if($RATING$)?><?$RSTARS$('12','/.s/img/stars/3/12.png','1','float')?><?endif?></td>
<td align="right" class="photomoderka">$MODER_PANEL$</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
[Table]И Вставляем это в CSS[/Table]
Code
/* Fotoaljbom */
.photostyle {height:144px;width:184px;background:url('http://diz-life.net.ru/diz/BudPhoto.png');}
.photoTitle {padding:4px 0px 0px 0px;}
.photorate {padding:0px 0px 0px 5px;}
.photomoderka {padding:0px 7px 2px 0px;}
/* -------- */