/*--FROM http://flowplayer.org/tools/scrollable.html-----------------*/
/*--AND http://flowplayer.org/tools/demos/scrollable/autoscroll.htm--*/

div.scrollable {
	background:#ffffff;
	border:none;
	height:85px; 
	overflow:hidden;
	position:relative; 
	width:820px; 
	}

div.scrollable div.items {
	clear:both;
	position:absolute;
  width:500000em;
	}

div.scrollable div.items div {
	background:#ffffff;
	border:none;
	float:left;
	/*font-family:'bitstream vera sans';
	font-size:30px;*/
	height:80px; 
	margin:0;
	padding:5px 0;
	text-align:center; 
	width:164px;
	/*-moz-border-radius: 25px;*/
	}

div.scrollable div.items div.active {
	background:#ffffff;
	border:none;
	}
