.tabbed_content {
	background-color: #000000;
	width: 984px;
}

.tabs {
	height: 62px;
	position: relative;
	margin-left:200px;
}

.tabs .moving_bg {
	padding: 15px;
	height:50px;
	background-image:url(../images/btn-tabs.gif);
	/*background-color:#bd0303;*/
	position: absolute;
	width: 125px;
	z-index: 190;
	left: 0;
	padding-bottom: 35px;
	background-position: top left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 20px 15px 15px 15px;
	width: 125px;
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #000000;
	padding: 0px 0 10px 0px;
	position: relative;
	width: 984px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 984px;
	height:341px;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
	background:url(../images/borderhead.gif) no-repeat bottom;
}

.tabslider ul a {
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
	
	text-decoration: none;
}

.tabslider ul a:hover {
	color:#DC0C01;
}
.tabslider ul li .date-show{
	width:300px;
	color:#FFF;
}
.tabslider ul .title-show{
	padding:5px 0px 0px 0px;
	font-size:24px;
	font-weight:bold;
	color:#DC0C01;
}
.tabslider ul .summary-show{
	padding:5px 0px 0px 0px;
	color:#FFF;
	font-family:Tahoma;
	font-size:12px;
}
.tabslider ul li {
	padding-bottom: 7px;
}
