
/* root element for tabs  */
#flashplayer1 {
	width: 	640;
	height: 360;
	float: 	center;
	margin: 0px 0px;
	border-color:#C7C7C7;
	border-style:solid;
	border-width: 1px;
}
#flashplayer2 {
	width: 	640;
	height: 360;
	float: 	center;
	margin: 0px 0px;
	border-color:#C7C7C7;
	border-style:solid;
	border-width: 1px;
}

#flashplayer3 {
	width: 	640;
	height: 360;
	float: 	center;
	margin: 0px 0px;
	border-color:#C7C7C7;
	border-style:solid;
	border-width: 1px;
}

#flashplayer4 {
	width: 	640;
	height: 360;
	float: 	center;
	margin: 0px 0px;
	border-color:#C7C7C7;
	border-style:solid;
	border-width: 1px;
}

#flashplayer5 {
	width: 	640;
	height: 360;
	float: 	center;
	margin: 0px 0px;
	border-color:#C7C7C7;
	border-style:solid;
	border-width: 1px;
}
		
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:26px;
	/* border-bottom:1px solid #C7C7C7; */
}

/* single tab */
ul.css-tabs li {  
	float:left; 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:12px;
	font-weight:normal;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	border:1px solid #C7C7C7;	
	border-bottom:0px;
	height:14px;
	background-color:#EBEBEB;
	color:#642111;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;
	background-image:url(../images/bg_tab.png);	
}

ul.css-tabs a:hover {
	background-color:#FFFFFF;
	color:#000000;
	background-image:url();
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #ddd;	
	color:#000;	
	cursor:default;
	background-image:url();
}

	
/* tab pane */
div.css-panes div {
	display:none;
	border:1px solid #C7C7C7;
	border-width:0 1px 1px 1px;
	min-height:360px;
	min-width:640px;
	padding:1px 1px;
	background-color:#FFFFFF;	
}




