/* style.css */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {text-decoration: none} 
ul {list-style: none}

/* Slider */
#slider {width:954px;height:380px}
.slider {width:954px; height:380px; overflow: hidden}
.slider ul {overflow:hidden}
.slider ul li {width:954px; height:380px; float:left;}
.sliderButon {text-align: right; padding-top:10px;}
.sliderButon a {background: #333; color:#fff; padding:5px;}
.onceki{width:100px;height:100px; position:absolute;margin-top:160px;margin-left:5px;}
.sonraki{width:100px;height:100px;margin-left:900px; position:absolute;margin-top:160px;}