jCarousel Pause On-Mouseover

http://stackoverflow.com/q/26823733/1144203

HTML

<script src="http://www.htmldrive.net/edit_media/2010/201008/20100819/news-ticker/jcarousellite_1.0.1c4.js"></script>
<div class="box_new_more_head" style="visibility: visible; overflow: hidden; position: relative; z-index: 2; left: 0px; height: 204px;"> <ul id="newsList_head" style="margin: 0px; padding: 0px; position: relative; list-style: none; z-index: 1; height: 748px; top: -326.286px;"><li class="photo" style="overflow: hidden; float: none; width: 251px; height: 68px;"><div class="text"><div class="photo_text_left"><a href="http://localhost:8080/web/so-thong-tin-va-truyen-thong/news/-/details/57420/cong-van-so-530-stttt-bcvt-ngay-28-8-2017-cua-so-thong-tin-va-truyen-thong-ve-viec-xin-y-kien-vao-du-thao-ieu-chinh-quy-hoach-tong-the-phat-trien-bcvt"><img alt="" src=""></a></div><div class="photo_text_right"><a href="http://localhost:8080/web/so-thong-tin-va-truyen-thong/news/-/details/57420/cong-van-so-530-stttt-bcvt-ngay-28-8-2017-cua-so-thong-tin-va-truyen-thong-ve-viec-xin-y-kien-vao-du-thao-ieu-chinh-quy-hoach-tong-the-phat-trien-bcvt" class="newsTitle">Công văn số 530/STTTT-BCVT ngày 28/8/2017 của Sở Thông... <font class="time">28/08/2017 23:16</font></a></div></div><div class="clear"></div></li><li class="photo" style="overflow: hidden; float: none; width: 251px; height: 68px;"><div class="text"><div class="photo_text_left"><a href="http://localhost:8080/web/so-thong-tin-va-truyen-thong/news/-/details/57420/cong-vawb-so-416-ve-viec-cung-cap-so-lieu-phuc-vu-xay-dung-ieu-chinh-quy-hoach-tong-the-phat-trien-buu-chinh-vien-thong-va-cong-nghe-thong-tin-tinh-ba"><img alt="" src=""></a></div><div class="photo_text_right"><a href="http://localhost:8080/web/so-thong-tin-va-truyen-thong/news/-/details/57420/cong-vawb-so-416-ve-viec-cung-cap-so-lieu-phuc-vu-xay-dung-ieu-chinh-quy-hoach-tong-the-phat-trien-buu-chinh-vien-thong-va-cong-nghe-thong-tin-tinh-ba" class="newsTitle">Công văn số 416 về việc cung cấp số liệu phục vụ xây... <font class="time">29/06/2017...

CSS

.slideshow {
  width: 800px;
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 20px;
  border: 5px solid #999;
}

.slides {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slide {
  float: left;
  width: 360px;
  height: 150px;
  padding: 20px;
}

JavaScript

$(".box_new_more_head").jCarouselLite({
		vertical: true,
		hoverPause: true,
		visible: 5,
		auto: 500,
		speed: 2000
	});