/*-- FLOWPANELS -----------------------------------------------------*/

#flowpanes {
	width:780px;
	height:200px;
	position:relative;
	overflow:hidden;
	clear:both;
	border-bottom:1px solid #D1D1D1;
	margin:0 0 17px 0;
	padding:0 0 10px 0;
	}

#flowpanes div {
	padding:0;
	float:left;
	display:block;
	width:261px;
	height:208px;
	}

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

button.prev,
button.next {
	border:none;
	position:absolute;
	padding:0;
	width:39px;
	height:39px;	
	}

button.prev {		background: url(../images/arrow.gif) 0 0 no-repeat; margin:85px 0 0 -59px;}
button.prev:hover {	background: url(../images/arrow.gif) -50px 0 no-repeat; cursor:pointer;}

button.next {		background: url(../images/arrow.gif) 0 -50px no-repeat; margin:85px 0 0 800px;}
button.next:hover {		background: url(../images/arrow.gif) -50px -50px no-repeat; cursor:pointer;}

button::-moz-focus-inner {	border: 0;}

