<% x = 0 %> <% @medias = GalleryMedia.find(:all, :conditions => ["gallery_id = ?", @gallery.id]) %> <% 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)%>"> " />
<% x = x + 1 %> <%= "
" if x % 4 == 0 %> <% end %>

<%= link_to_remote( "up-arrow-graphic", :style => "width: 100%; text-align: center;", :url => { :action => "hide_media", :params => { :id => @gallery.id } } )%>