#flowpanes {
	background-color:#F8F8F8;
	width:1010px;
	height:420px;
	position:relative;
	overflow:hidden;
	clear:both;
}

#flowpanes .items-holder {
	float:left;
	width:1010px;
}

#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

.next-prev-btns{
	text-align:center;
	width: 220px;
	background-color: #F8F8F8;
	padding-bottom: 56px;
	margin: 0px auto 0px auto;
}

 .next-prev-btns a.prevBTN {
	width: 105px;
	height: 28px;
	display: block;
	text-indent:-9999px;
	background-image:url(../img/l-moreSites.gif);
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 5px;
}
 .next-prev-btns a.prevBTN:hover {
	width: 105px;
	height: 28px;
	display: block;
	text-indent:-9999px;
	background-image:url(../img/l-moreSites.gif);
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 5px;
}
.next-prev-btns a.nextBTN {
	width: 105px;
	height: 28px;
	display: block;
	text-indent:-9999px;
	background-image:url(../img/r-moreSites.gif);
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 5px;
}
.next-prev-btns a.nextBTN:hover {
	width: 105px;
	height: 28px;
	display: block;
	text-indent:-9999px;
	background-image:url(../img/r-moreSites.gif);
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 5px;
}

