" name="<%= "Gallery_" + @gallery.id.to_s %>" class="Gallery">

<%= @gallery.sTitle %>

<%= @gallery.tDescription %>

<%= will_paginate @medias %>

<% for @media in @medias %> " class="noHighlight" rel="lightbox[GalleryMedia]" title="<%= @media.sTitle.to_s + "

" + @media.tDescription.to_s if (@media.sTitle != nil && @media.tDescription != nil)%>"> " />
<% end %>

<%= will_paginate @medias %>

<% if logged_in? %> <%= link_to 'Edit', edit_gallery_path(@gallery) %> <% end %>