// Custom Styles
$(document).ready(function(){
	$('.picList li:odd').css('float','right');
});

