Some designers for video based sites say have 4 videos, and they add a last class to the last one, here is some code for you to use for this in the wordpress loop
Code:
<div class="video<?php if (!((1+$wp_query->post_count) % 4)) echo ' last' ?>">

