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

#newsfade {
	background-color:#ffffff; border:solid 1px #cccccc; padding:0; margin: 0 0 20px 0;
}

#headlinesTitle {
	float:left; font-size:80%; color:#ffffff; font-weight: bold; background-color: #333333; padding: 3px 10px;">
}

#newsfade ul {
	float:left; margin-left:1em; width:700px; font-size:80%; color:#333333; list-style:none; padding: 3px 0;
}

#newsfade ul li a:link { color: #333333 !important; text-decoration: none; }
#newsfade ul li a:visited { color: #333333 !important; text-decoration: underline; }
#newsfade ul li a:hover { color: #666 !important; text-decoration: underline; }
#newsfade ul li a:active { color: #666 !important; text-decoration: underline; }
	

/* slideshow
--------------------------------------------------------------*/
#slideshow {
	margin:0 auto;
	width:830px !important;
	/*height:263px;*/
	height:490px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:700px !important;
  height:490px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:700px !important; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:490px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:65px;
  height:490px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(/ag/exh145/image/index/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(/ag/exh145/image/index/control_right.jpg) no-repeat 0 0;
}