//<![CDATA[
			$("#roll").roll({
				auto: true,
				onChange: function(_this) {
					$(".playl").click(function() {
						_this.pause();
						_this.settings.side = "left";
						_this.play();
					});
					$(".playr").click(function() {
						_this.pause();
						_this.settings.side = "right";
						_this.play();
					});
				}
			});
		//]]>
