/* Start of CMSMS style sheet 'slider' */
#slideshow {
	margin:0 auto;
	width:280px;  /* you can change the width and height to your needs */
	height:90px;
	/*background: url('uploads/Huber/pageTeaser.gif') no-repeat;  just a background from my example page */
	position:relative;
}

#slideshow #slidesContainer {
  margin:auto;
  width:280px;
  height:90px;
  overflow:auto;
  position:relative;

}
#slideshow #slidesContainer .slide {
  width:260px;
  height:90px;
  padding-top:5px;
}

.control {
  display:block;
  width:9px;
  height:9px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

/* Control buttons to scroll to left or right */

#leftControl {
  bottom: 2px;
  left: 130px;
  background:url('uploads/certisso/images/layout/icon_arrow3.gif') no-repeat 0 0;
}

#rightControl {
  bottom: 2px;
  left: 140px;
  background:url('uploads/certisso/images/layout/icon_arrow4.gif') no-repeat 0 0;
}

/* my styling of News Sumary, title, text, buttons etc 
.slide h2, .slide h2 a {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#fdcb02;
  text-decoration:none;
  letter-spacing:-1px;
}

.slide p{
 font:italic 12px Georgia, "Times New Roman", Times, serif;
 color:#606060;
 margin-right:5px;}
 
.slideImage {
  float:left;
  margin:5px;
  border: 5px solid #dcdbdb;
}

.moreButton{
 width:122px;
 height:40px;
 display:block;
 float:left;
 text-align:center;
 margin-top:5px;
}
 
 .moreButton a {
 color:#fff;
 font-size: 12px;
 text-decoration:none;
 line-height:40px;
 }
 
  .moreButton a:hover {
 color:#fdcb02;}
 */

/* End of 'slider' */

