/* Author: 

*/
$(function(){
	//$('.downloads-list > li:nth-child(2n)').after('<li style="width: 100%;" class="clearfix"></li>');
	$('.downloads-list > li:nth-child(2n+1)').css({
		'border-right': '1px solid #999',
		'clear': 'left'
	});
	

});
























