html, body {
	padding: 0;
	margin: 0;
}
#wrapper {
	background-color: #fff;
	width: 100%;
	height: 400px;
	overflow: hidden;
	position:relative;
	left: 0;
}
#carousel img { display:block; float:left; }

#solbeyaz, #sagbeyaz { background-color:rgba(255, 255, 255, 0.7); display:block; height:400px; width:50%; top:0; position:absolute; }
#solbeyaz { left: -480px; }
#sagbeyaz { right: -480px; }

#kontrol {
	margin-left: -440px;
	position: absolute;
	left: 50%;
	bottom: 10px;
}
#kontrol .geri,
#kontrol .ileri {
	position: absolute;
	width: 20px;
	height: 21px;
	bottom: 10px;
	background: url('../_i/slide/sprite.png') no-repeat 0 0 #333;
	cursor: pointer;
}

#kontrol .geri:hover,
#kontrol .ileri:hover {
  background-color: #ffa100;
}

#kontrol .ileri {
  left: 25px;
  background-position: -20px 0;
}