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

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

/*Slide*/
#content_slide{
	width				: 440px;
	height				: 100%;
	margin				: 0 auto;
	position			: relative;
}

#content_slide #slidesContainer .slide {
  	max-width			: 440px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  	height				: 100%;
 	margin				: 0 auto;
	overflow			: hidden; /* allow scrollbar */
  	position			: relative;
}




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

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

#leftControl:hover{

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

#rightControl {	

	position:absolute;
	width:23px;
	margin-left:440px;
	height:440px;
	background-image:url(../images/right_arrow.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

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

}