@charset "utf-8";


.slider {
	width: 1080px;
	height: 546px;
	margin: 0 auto;
}
.sliderContent {
	position: relative;
	width: 100%;
	height: 546px;
}
.sliderContent .item {
	position: absolute;
	top: 0;
	width: 100%;
	height: 546px;
}
.sliderArrows a {
	position: absolute;
	margin-top: 0;
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:50;
	width: 26px;
	height: 46px;
	top: 300px;
}
.prev {
	position: absolute;
	right: 50%;
	margin-right: 592px;
	background: url(../images/common/slider_nav_prev.png) no-repeat;
}
.next {
	position: absolute;
	right: 50%;
	margin-right: -618px;
	background: url(../images/common/slider_nav_next.png) no-repeat;
}

.sliderBullets,
.sliderBullets a {
	display: none;
}


@media screen and (max-width:1024px){
.sliderArrows a { display: none;}
}