/** 
 * Slideshow style rules.
 */
#slideshow {
float:left;
	width:509px;
	height:260px;
	background:transparent url(images/slaytborder.png) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:418px;
  height:260px;
  overflow:auto; /* allow scrollbar */
  
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:418px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:246px;
  margin-top:6.5px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:260px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/geri.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/ileri.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */

.slide img {

}

