/* CSS Document */

.display {
	width:750px;
	height: 120px;
}
.scrollerConteiner {
	width:874px;
}

.scrollerConteiner .prev a{
	float: left;
	cursor: pointer;
	display:block;
	height:21px;
	text-indent:-9999px;
	width:23px;
	background-attachment: scroll;
	background-image: url(/fileadmin/humanwave/templates/images/arrow-left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top:36px;
}
.scrollerConteiner .prev a:hover{
	background-position: 0 -21px;
}

.scrollerConteiner .next a {
	height:21px;
	text-indent:-9999px;
	width:23px;
	display:block;
	cursor: pointer;
	float:right;
	background-attachment: scroll;
	background-image: url(../images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top:36px;
}

.scrollerConteiner .next a:hover{
	background-position: 0 -21px;
}

.shbtn {
	float: right;
	margin: 5px;
}

.scroller {
	float: left;
	margin-left:3px;
}
.scroller ul li {
	margin: 1px;
	list-style-type: none;
	display: inline;
}


.text {
	width: 200px;
	height: 300px;
	overflow: auto;
	float:right;
	margin: 10px;
}
