var pos=0;function recentWorksNxt(){document.getElementById('recentWork').style.backgroundPosition=pos-242+'px 0px';pos-=242}function recentWorksPrev(){document.getElementById('recentWork').style.backgroundPosition=pos+242+'px 0px';pos+=242}