#slideshow {
	margin-left: 9px;
	margin-top: 10px;
	width:760px;
	height:100px;
	position:relative;
	float:left;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:718px;
  height:98px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  background-color:none;
  background-repeat:no-repeat;
  border: 1px solid #FFFFFF;
}
#slideshow #slidesContainer .slide {
  margin:0;
  width:720px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:100px;
  
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:20px;
  height:100px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../media/img/polisslider_but_left.png) no-repeat 0 0;
}
#leftControl:hover {
  top:0;
  left:0;
  background:transparent url(../media/img/polisslider_but_left_hover.png) no-repeat 0 0;
}
#leftControl_out {
  top:0;
  right:0;
  background-color:#333333;
  }
#rightControl {
  top:0;
  right:0;
  background:transparent url(../media/img/polisslider_but_right.png) no-repeat 0 0;
}
#rightControl:hover {
  top:0;
  right:0;
  background:transparent url(../media/img/polisslider_but_right_hover.png) no-repeat 0 0;
}
#rightControl_out {
  top:0;
  right:0;
  background-color:#333333;
  }


