#buttons_movement {
	position: absolute;
	width: 611px;
	height: 1px;
	top: 0px;
	z-index: 1000;
	text-align: right;
	display:block;
}

#btnLeftDiv{
	position: relative;
	left: 10px;
	float: left;
	top: 125px;
	overflow: hidden;
}

#btnRightDiv{
	position: relative;
	float: right;
	right: 10px;
	top: 125px;
	overflow: hidden;
}

#btnLeftDivColor{
	position: absolute;
	height: 312px;
	width:25px;
}

#btnRightDivColor{
	position: absolute;
	right: 0px;
	height: 312px;
	width:25px;
}

#title{
}

.overview_headline{
	position: relative;
	font: italic 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
	top: 22px;
	left: 40px;
	width: 590px;
	overflow: hidden;
	height: 16px;
}

.home_tile{
	height: 60px;
	width: 670px;
	float: left;
}

#hp_photos {
	height: 301px;
	overflow: hidden;
	left: 50%;
	top: 0;
	margin-left:-305px;
	position: absolute;
	width: 610px;
	z-index: 0;
}

#hp_photos div {
	position: absolute;
	width: 10000px;
}

#hp_photos div img {
	float: left;
}

#hp_titles {
display:none;
	overflow: hidden;
	position: relative;
	width: 610px;
	top: 252px;
	height: 60px;
	z-index: 1;
	background-color: rgba(6,79,122,0.8) !important;
	background-color: #064f7a;
	filter:alpha(opacity=80); //für IE
	-moz-opacity:0.8; //Mozilla
	-khtml-opacity:0.8;
	color: #feffff;
}

#hp_titles div.clear {
	position: relative;
	width: 10000px;
}

#hp_titles div.clear a {
	float: left;
	overflow: hidden;
	width: 670px;
}

#hp_titles div.clear a:hover {
	background: 0;
}


