.tabbed_content {
	background:#f0f0f0 url(../images/bg-tab-top.jpg) top left repeat-x;
	width: 300px;
	margin-top:25px;	
}

.tabs {
	height: 42px;
	position: relative;
}

.tabs .moving_bg {
	padding: 5px 0;
	background-color:#ac0000;
	background-image:url(../images/arrow_down_red.gif);
	position: absolute;
	width: 100px;
	z-index: 0;
	left: 0;
	padding-bottom: 18px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 5px 0;
	width: 100px;
	color: #ffffff;
	text-align: center;
	z-index: 1;
	position: relative;
	cursor: pointer;
	font:bold 11px Arial, Helvetica, sans-serif;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #f0f0f0;
	padding: 0;
	position: relative;
	width: 300px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 7px;
}

.box-tab {
	width:264px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border-bottom:1px solid #e4e4e4;
	padding:10px 0;
}
.box-tab h1 {
	font:normal 15px 'HelveticaNeueLTStd-BdCn', arial;
	color:#000;
}
.box-tab h1 a {
	font:normal 15px 'HelveticaNeueLTStd-BdCn', arial;
	color:#000;
	text-decoration:none;
}
.box-tab h1 a:hover {
	color:#f60;
}
.box-tab h2 {
	font:normal 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	letter-spacing:-1px;
	height:12px;
	overflow:hidden;
	margin:5px 0;
}