body{margin:0px; padding:0px; background:#010101 url(../images/background.jpg) 0 0 repeat-x;}

#slideshow {
	margin:0 auto;
	width:786px;
	height:212px;
	background:transparent url(../images/bg_slideshow.jpg) 0 0 no-repeat;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:698px;
  height:212px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:698px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:212px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:44px;
  height:212px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/control_left.jpg) 0 0 no-repeat;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/control_right.jpg) 0 0  no-repeat;
}


.headline{font:10px/14px Tahoma, sans-serif; color:#d4d3cf; text-decoration:none; font-weight:bold;}

.content{font:10px/14px Tahoma, sans-serif; color:#CCC; text-decoration:none; font-weight:normal;}

.footer{font:12px/18px Arial, sans-serif; color:#caa02b; text-decoration:none; font-weight:normal;}
.footer a{font:12px/18px Arial, sans-serif;; color:#caa02b; text-decoration:none; font-weight:normal;}
.footer a:hover{font:12px/18px Arial, sans-serif; color:#FFF; text-decoration:none; font-weight:normal;}

