/* navigation */
#navxy {
	background:#ddd url(http://static.flowplayer.org/img/global/gradient/h300_reverse.png);
	border-bottom:1px solid #CCCCCC;
	height:156px;	
	width:569px;
}

#navxy ul {	
	width:560px;
	margin:0 auto;	
}

#navxy li {	
	border-right:1px solid #ddd;
	float:left;
	padding-left:1px;
	width:175px;
	list-style-type:none;
	text-align:center;
}

#navxy a {
	color:#333333;
	display:block;
	padding:17px;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	height:122px;
	text-decoration:none;
}	

#navxy a.current {
	background:url(http://static.flowplayer.org/tools/img/tabs/down_large.jpg);	
}

#navxy img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 27px;
	padding:4px;		
	display:block;
}

#navxy strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panesxy {
	background:#fff url(http://static.flowplayer.org/img/global/gradient/h300_reverse.png) repeat scroll 0 0;
	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 0;
	width:569px;	
	height:255px;
	margin-bottom:-20px;
	padding-bottom:20px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panesxy div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	font-size:12px;
	color:#444;	
	width:450px; 
}

#panesxy img {
	float:left;
	margin-right:20px;		
}

#panesxy p.more {
	color:#000;
	font-weight:bold;
}

#panesxy h3 {
	margin:0 0 -5px 0;
	font-size:18px;
	font-weight:normal;
}

.overlayxy {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}
