@charset "UTF-8";
/* CSS Document */

.headlines{
	margin				: 10px 0px 0px 20px;	
}

/*Slide*/

#slidesContainer{
	
	}

#content_slide{
	width				: 900px;
	height				: 450px;
	margin-top			: 20px;
	margin-left:		auto;
	margin-right:auto;
	position			: relative;
}

#content_slide #slidesContainer .slide {
  	max-width			: 900px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  	height				: 450px;
	overflow			: hidden; /* allow scrollbar */
  	position			: relative;
	
	
	
}



/** Slideshow controls */
.control {	
  	width				: 20px;
	height				: 500px;
 	display				: block;
 	text-indent			: -10000px;
	position			: absolute;
  	cursor				: pointer;
	font-size			: 12px;
	color				: #BDBCBC;
}

#leftControl {
	
	width:33px;
	margin-top:10px;
	float:left;
	height:440px;
	position:absolute;
	margin-left:-33px;
	background-image:url(../images/left_arrow_show.gif);
	background-position:center;
	background-repeat:no-repeat;
	}

#leftControl:hover{

	background-image:url(../images/left_arrow_show_hover.gif);
}

#rightControl {	

	position:absolute;
	width:27px;
	margin-left:900px;
	height:440px;
	background-image:url(../images/right_arrow_show.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#rightControl:hover{
	background-image:url(../images/right_arrow_show_hover.gif);
	background-position:center;

}
