#slideshow {
	width:1177px;
	height:270px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  width:1177px;
  height:270px;
  overflow:auto; /* allow scrollbar */
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:1177px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:270px;
}

.slide #baslik{
	font-family:Tahoma;
	font-size:13pt;
	border-bottom:solid 2px #005cff;
	height:40px;
	overflow:hidden;
}

.slide #baslik a{
	color:#005cff;
	text-decoration:none;
}

.control {
  display:block;
  width:20px;
  height:60px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:15px;
  left:-25px;
  background:transparent url(../images/prev.png) no-repeat 0 0;
}
#rightControl {
  top:15px;
  right:0px;
  background:transparent url(../images/next.png) no-repeat 0 0;
}
