#slideshow {
	margin:0 auto;
	width:560px;
	height:226px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:225px;
 /* overflow:auto;  allow scrollbar */
  position:relative; 
}
#slideshow #slidesContainer .slide {
  width:560px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:113px;
  background-color:#111111;
  background-image:url(/images/site-elements/news-bg.gif);
  background-repeat:repeat-x;
  overflow:hidden;
}

/** 
 * Slideshow controls style rules.
 */

.control {
  display:block;
  width:25px;
  height:25px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  bottom:-25px;
  right:25px;
  background: url(/images/site-elements/arrow-up.gif) no-repeat 0 0;
}
#rightControl {
  bottom:-25px;
  right:0;
  background: url(/images/site-elements/arrow-down.gif) no-repeat 0 0;
}

.slide h3, .slide p {
  margin:10px 10px 0px 0px;
}

.slide img {
  float:left;
  border:solid #333333 5px;
  margin: 5px 10px 0px 5px;
}


/** 
 * Fab's Addition
 */
 
 div#news {
 float:left;
}
 
 .newsthumb {
 float:left;
 }
 
 .newstitle {
 float:left;
 }
 
 .newstext {
 float:left;
 }
 
 .newsdate {
 text-align:right;
 margin: 10px 10px 0px 0px;
 }
 
 
