@charset "utf-8";
/* CSS Document */

.area{ width:100%; }

#slide{ width:1400px; height:430px; background:url(../img/bg_slide.jpg) top repeat-x #ccc; margin:auto; overflow:hidden; position:relative; }

.prev-cycle {
    position: absolute;
    top: 350px;
    width: 50px;
    height: 50px;
	z-index:900;
}
	
	
.next-cycle{
    position: absolute;
    top: 350px;
    width: 50px;
    height: 50px;
	z-index:900;
}
