#gallery div.off {
	color: #FFF;
	height:18px;
	padding:12px 8px;
	text-align: center;
	display:inline;
	cursor:pointer; 
	position:relative; 
	z-index:100;
	font-size:16px;
	width:auto;
	line-height:200%;
	}
	
#gallery div.on {
	font-weight:bold;
	color: #FFF;
	text-align: center;   
	cursor:pointer;  
	height:18px;
	padding:12px 8px;
	position:relative; 
	z-index:100;
	font-size:16px;
	width:auto;
	display: inline;
	line-height:200%;
	}

div.hide {
	display:none; 
	width:0; 
	overflow:hidden;
	}
	
div.show { 
	width:420px;  
	z-index:50; 
	height: auto;
	color: #FFF;
	}
	
div.show img {
	float: right;
	margin-bottom:10px;}

.tab {
	width:640px;
	margin:0 auto;
	padding:10px 0;
	height:480px;
}

.tab ol {
	list-style:decimal;
	margin-left:30px;
}

.tab2 {
	width:630px;
	margin:0 auto;
	padding:10px 10px 10px 0;
	height:480px;
	overflow-y:scroll;
}

#nav li {
	list-style-image:none !important;
}


#nav {
	background:#ddd url(http://static.flowplayer.org/img/global/gradient/h300_reverse.png);
	border-bottom:1px solid #CCCCCC;
	height:110px;	
	width:400px;
	margin-bottom:-10px;
}

#nav ul {	
	width:400px;
	margin:0 auto;	
}

#nav li {	
	border-right:1px solid #ddd;
	float:left;
	padding-left:1px;
	width:131px;
	list-style-type:none;
}

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

#nav a.current {
	background: #333;	
}

#nav img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:12px;
	padding:4px;		
	display:block;
}

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

/* panes */
#panes {
	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 0;
	width:397px;
	text-align:center;
	height:300px;
	margin-bottom:-20px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	font-size:14px;
	color:#444;	
	width:650px; 
}

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

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

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}





