.flex-direction-nav {
	margin: 0;
	padding: 0;
	margin-top:-48px;
	list-style: none;
}

/* Direction Nav */
.flex-direction-nav a {
	display: block;
	position: absolute;
	
	width: 20px;
	height: 20px;
	
	cursor: pointer;
	text-indent: -9999px;
	z-index: 9999;
	line-height: 150px;
}

.flex-direction-nav .flex-next {
	left: 290px;
	background-image: url("../images/home/btn_right.jpg");	
}

.flex-direction-nav .flex-prev {
	left: 260px;
	background-image: url("../images/home/btn_left.jpg");
}

.h2titel {
	width: 100%;
	height: 30px;
	border-bottom: solid #e1e1e1 2px;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	margin-left:41px;
}
