#slideshow {
	margin:0 auto;
	width:560px;
	height:263px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:480px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:460px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll  setiran je jos u JS fajlu pod slideWidth */ 
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  border:1px solid #AEEF0E;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(slider/green-arrow-left.gif) no-repeat 15px 80px;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(slider/green-arrow-right.gif) no-repeat 15px 80px;
}




.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
