.tabbed-pane * {
	margin: 0;
	padding: 0;
	width: 270px;
}
.tabbed-pane {
	width: 270px;
	margin-left:25px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: 0px;
	width:270px;
}
.tabbed-pane .tabs li a.active {
	background-image: url(images/tab_on.gif);
	background-repeat: no-repeat;
	width:42px;
	height:23px;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 0 0 0;
	width:42px;
	height:23px;
}
.tabbed-pane .tabs li a {
	color: #666666;
	display: block;
	padding: 5px 5px 0 5px;
	width:42px;
	height:23px;
	background-image: url(images/tab_off.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.tabbed-pane .pane {
	clear: both;
}
.tabbed-container {
	position: absolute;
	clear: both;
	min-height: 10em;
	top:121px;
	left: 0px;
	}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	width: 270px;
	top: 0px;
	text-align: center;
	z-index: 100;
	height: 100%;
}

