#Contents article.top section {
    width: 100%;
}

#Contents article.top section:nth-child(2n+1) {
    margin-right: 0;
}
#Contents .top_slider{
	margin-bottom:0;
}
#Contents .slide_btn .next{
	right:20px;
}
#Contents .slide_btn .prev{
	left:20px
}
#Contents .slide_btn .prev, #Contents .slide_btn .next{
	-webkit-transform: translateY( -120% ) rotate( 45deg );
    -moz-transform: translateY( -120% ) rotate( 45deg );
    transform: translateY( -120% ) rotate( 45deg );
}