@charset "utf-8";
/* 
	Stylesheet for FlowPlayer
	Resource: http://flowplayer.org/tools
*/

/* root element for tabs */
#flowtabs {
	width: 980px;
	height: 12px !important;
	margin: 0 !important; 
	padding: 0;	
	
	_margin-bottom: -2px;	/* IE6 specific branch (prefixed with "_") */
}


	/* single tab */
	#flowtabs li { 
		float: left; 
		margin: 0; 
		padding: 0; 
		text-indent: 0; 
		list-style-type: none;
	}

	
/* panes */
#flowpanes {
	position: relative;
	overflow: hidden;
	clear: both;
}


	/* single pane */
	#flowpanes div {
		float: left;
		display: block;
		cursor: pointer;
		color: #fff;
	}
	
	/* our additional wrapper element for the items */
	#flowpanes .items {
		width: 20000em;
		position: absolute;
		clear: both;
		margin: 0;
		padding: 0;
	}
	
	#flowpanes .less, #flowpanes .less a {
		color:#999 !important;
		font-size:11px;
	}