I am placing figures in a tabularx and I am having trouble getting them to embed properly. I keep getting an annoying spacer before the figure... Now if only this space could be split evenly before and after the figure I wouldn't mind, but it's always on the LEFT - no matter what I try (>\centering didn't work >\raggedright either).
Do you have any suggestions?
Here is my code and a screenshot :
\begin{table*}[t!]
%make things in tabularx columns vertically centered
\renewcommand{\tabularxcolumn}[1]{>{\small}m{#1}}
\newcolumntype{y}{>{\small\centering\arraybackslash}X}
\centerline{
\begin{small}
\begin{tabularx}{7in}{>{\small\raggedright\arraybackslash}p{0.05\textwidth}|y|y|y|y|y|y|y|y|}
Symbol &
\includegraphics[width=0.70in]{../images/paper/charlie.jpg}&
\includegraphics[width=0.70in]{../images/paper/charlie.jpg}&
\includegraphics[width=0.70in]{../images/paper/charlie.jpg}&
\includegraphics[width=0.70in]{../images/paper/charlie.jpg}&
\includegraphics[width=0.70in]{../images/paper/charlie.jpg}&
\includegraphics[width=0.70in]{../images/paper/charlie.jpg}&
\includegraphics[width=0.70in]{../images/paper/charlie.jpg}&
\includegraphics[width=0.70in]{../images/paper/charlie.jpg}\\ \hline
B & & & test & is text centered &
\end{tabularx}
\end{small}}
\caption{RAAAAAAAAAGE}
\label{tab:rage}
\renewcommand{\tabularxcolumn}[1]{>{\small}p{#1}}
\end{table*}

EDIT : After some more toying around, I think these spaces are margins, and it's because my table is too crowded that they were omitted on the right side... so reducing the sizes of my images fixed the whole thing. Over! However if you have anything to add go ahead, I'll be glad to hear what you have to say!
Here it is once I removed one column to make space...
