/*-- FLOWPANELS -----------------------------------------------------*/

#flowpanes {
	width:500px;
	height:383px;
	position:relative;
	overflow:hidden;
	clear:both;
	border-bottom:1px dotted #BAC3CB;
	margin:0 0 21px 0;
	}

#flowpanes div {
	padding:0 500px 0 0;
	float:left;
	display:block;
	width:500px;
	}

#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	}

#flowpanes span {
	color:#99b537;
	display:block;
	padding:0 0 6px 0;
	}

button.prev,
button.next {
	border:none;
	padding:0;
	width:31px;
	height:31px;
	}

button.prev {
	background-color:#FFF;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0 6px 0 215px;
	}

button.prev:hover {
	background-color:#afcf3b;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:-50px 0;
	cursor:pointer;
	}

button.next {
	background-color:#FFF;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:0 -50px;
	}

button.next:hover {	
	background-color:#afcf3b;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:-50px -50px;
	cursor:pointer;
	}

button::-moz-focus-inner {	border: 0;}

