/**
 * Created by Rento | www.rentodesign.com
 * Date: 29/04/11
 * Time: 21:59
 */

jQuery(document).ready(function(){

    jQuery('.slides_container > div').not('div:last').each(function(){
        jQuery(this).css({'padding-bottom':'20px','border-bottom':'1px dashed #999', 'margin-bottom':'20px'});
        });

});

