.tabbed_content {
	background-color: #eee;
	width: 900px;	
	margin: 0 auto;
}

.tabs {
	height: 86px;
	position: relative;
}

.tabs .moving_bg {
	padding: 15px;
	background-color:#888;
	background-image:url(http://www.juniata.edu/services/jcel/i/new/arrow_down_gray.jpg);
	position: absolute;
	width: 195px;
	z-index: 190;
	left: 0;
	padding-bottom: 100px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 15px;
	width: 195px;
	color: #0f2b53;
	font: 1.7em Georgia;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	line-height: 55px;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #eee;
	padding: 0 0 20px 20px;
	position: relative;
	width: 880px;
	height: 350px;
}

.tabslider {
	width: 5000px;
}

.tabslider div {
	float: left;
	width: 880px;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
	overflow: hidden;
}

.tabslider ul a {
	color: #000;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #000;
}

.tabslider ul li {
	padding-bottom: 7px;
}
