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

/*Slide*/
#content_slide{
	width				: 790px;
	height				: 500px;
	margin				: 0 auto;
	position			: relative;
}

#content_slide #slidesContainer {
 	width				: 790px;
  	height				: 100%;
  	margin				: 0 auto;
  	overflow			: auto; /* allow scrollbar */
  	position			: relative;
}

#content_slide #slidesContainer .slide {
  	width				: 770px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  	height				: 100%;
 	margin				: 0 auto;
}

.slide img {
  float					: right;
}

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

#leftControl {
	top					: 0;
  	left				: 0;
  	background			: url(../images/slide_controls_left.png) no-repeat 0 0;
}

#leftControl:hover{
	color				: #F90;
  	background			: url(../images/slide_controls_left_hover.png) no-repeat 0 0;
}

#rightControl {
	top					: 0;
  	right				: 0;
  	background			: url(../images/slide_controls_right.png) no-repeat 0 0;
}

#rightControl:hover{
	color				: #F90;
    background			: url(../images/slide_controls_right_hover.png) no-repeat 0 0;

}