In oc-includes/osclass/frm/item...php
Find line:
$(document).ready(function() {
if(typeof $.fn.sortable !== 'undefined') {
$('ul.qq-upload-list').sortable({
placeholder: "qq-placeholder",
handle: ".qq-upload-move",
and bellow it add:
containment: ".upload-photos",
For epsilon theme, no more updates should be required.