div.hoverscroll{
	position:relative
}

div.hoverscroll div.listcontainer{
	overflow:hidden
}

div.hoverscroll div.fixed-listcontainer{
	float:left;
	height:300px!important;
	overflow:hidden
}

div.hoverscroll ul.list{
	list-style:none;
	margin:0;
	padding:0
}

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-color:#ccc; */
	/* background-position:center; */
	/* background-repeat:no-repeat; */
	/* opacity:.8; */
	/* filter:alpha(opacity=80) */
}

div.hoverscroll div.fixed-arrow{
	/* display:block; */
	/* float:left; */
	/* 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:0; */
	/* width:40px; */
	/* height:100% */
}

div.hoverscroll div.arrow.left,
div.hoverscroll div.fixed-arrow.left{
	/* left:0; */
	/* background-image:url(gfx/arrow-left-small.png) */
}

div.hoverscroll div.arrow.right,
div.hoverscroll div.fixed-arrow.right{
	/* right:0; */
	/* background-image:url(gfx/arrow-right-small.png) */
}

div.hoverscroll div.arrow.top,
div.hoverscroll div.arrow.bottom,
div.hoverscroll div.fixed-arrow.top,
div.hoverscroll div.fixed-arrow.bottom{
	/* height:40px; */
	/* left:0; */
	/* position:absolute; */
	/* width:100% */
}

div.hoverscroll div.arrow.top,
div.hoverscroll div.fixed-arrow.top{
	/* background-image:url(../img/hoverscroll/arrow-up-small.png) */
}

div.hoverscroll div.arrow.bottom,
div.hoverscroll div.fixed-arrow.bottom{
	/* background-image:url(../img/hoverscroll/arrow-down-small.png); */
	/* bottom:0 */
}