I implemented the image gallery and all works properly but the thumbnails. They are not showing.
<telerik:RadImageGallery AllowPaging="true" PageSize="10" runat="server" DisplayAreaMode="Image" ID="RadImageGallery1" Height="600px" Width="900px" ImagesFolderPath="~/GalleryPics/2014 Football">
<ClientSettings>
<AnimationSettings>
<NextImagesAnimation Type="VerticalSlide" />
<PrevImagesAnimation Type="VerticalSlide" />
</AnimationSettings>
</ClientSettings>
</telerik:RadImageGallery>
<telerik:RadImageGallery AllowPaging="true" PageSize="10" runat="server" DisplayAreaMode="Image" ID="RadImageGallery1" Height="600px" Width="900px" ImagesFolderPath="~/GalleryPics/2014 Football">
<ClientSettings>
<AnimationSettings>
<NextImagesAnimation Type="VerticalSlide" />
<PrevImagesAnimation Type="VerticalSlide" />
</AnimationSettings>
</ClientSettings>
</telerik:RadImageGallery>