div.hoverscroll{position:relative;}div.hoverscroll.horizontal{margin:0 auto;}div.hoverscroll div.listcontainer{overflow:hidden;}div.hoverscroll div.fixed-listcontainer{overflow:hidden;float:left;}div.hoverscroll ul.list{list-style:none;padding-left:35px;padding-right:35px;margin:0 auto;}div.hoverscroll ul.list li.item{display:block;padding:0;}div.hoverscroll.horizontal ul.list li.item{float:left;}div.hoverscroll.horizontal.rtl ul.list li.item{float:right;}div.hoverscroll div.arrow{position:absolute;float:none;background-position:center;background-repeat:no-repeat;}div.hoverscroll div.fixed-arrow{display:block;float:left;background-color:#ccc;background-position:center;background-repeat:no-repeat;}div.hoverscroll div.arrow.left,div.hoverscroll div.arrow.right,div.hoverscroll div.fixed-arrow.left,div.hoverscroll div.fixed-arrow.right{top:0px;height:100%;width:20px;text-align:center;}div.hoverscroll div.arrow.left,div.hoverscroll div.fixed-arrow.left{left:-30px;position:absolute;top:0;}div.arrow.left:before{content:"<";color:#666;font-size:28px;line-height:30px;}div.hoverscroll div.arrow.right,div.hoverscroll div.fixed-arrow.right{right:-30px;position:absolute;top:0;}div.arrow.right:after{content:">";color:#666;font-size:28px;line-height:30px;}div.hoverscroll div.arrow.top,div.hoverscroll div.arrow.bottom,div.hoverscroll div.fixed-arrow.top,div.hoverscroll div.fixed-arrow.bottom{left:0px;width:100%;height:40px;}div.hoverscroll div.arrow.top,div.hoverscroll div.fixed-arrow.top{top:0px;background-image:url('gfx/arrow-up-small.png');}div.hoverscroll div.arrow.bottom,div.hoverscroll div.fixed-arrow.bottom{bottom:0px;background-image:url('gfx/arrow-down-small.png');}