.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 320px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
}
.tabbed-pane .tabs li a.active {
	font-family: Arial, helvetica, sans-serif;
	font-size: 0.65em;
	color:#fff; text-decoration:none;
	background: url('/images/tabbedpane/1.gif') repeat-x;

}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
}

.tabbed-pane .tabs li a {
	font-family: Arial, helvetica, sans-serif;
	font-size: 0.65em;
	color:#fff; text-decoration:none;
	display: block;
	padding: 10px;
	background: url('/images/tabbedpane/2.gif') repeat-x;

}
.tabbed-pane .pane {
	clear: both;
	height:250px;
}
.tabbed-container {
	position: relative;
	clear: both;
 	height:365px;
	overflow:auto;
	border:1px solid #808080;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #F69600;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-track-color: #5C5C5C;
}
.tabbed-container .overlay {

}