@charset "utf-8";
.section {
position: relative;
zoom: 1;
}

.sliders img {
vertical-align: bottom;
}

.sliders * {
margin: 0;
padding: 0;
}

/*--------------
 sliders用
--------------*/
.sliders {
position: relative;
}

.sliders li {
overflow: hidden;
list-style-type: none;
}

.sliders li a img {
border: 0;
}

.pager {
display: none;
/*padding: 10px 0;
text-align: center;
*/}

.pager li {
display: inline-block;
*display: inline!important;
list-style-type: none;
zoom: 1;
}

.pager a {
margin: 0 5px;
display: block;
width: 10px;
height: 10px;
background: url(images/icon1.png) no-repeat left top;
text-decoration: none;
text-indent: -9999px;
outline: none;
}

.pager a:hover,
.pager .current a {
color: red;
text-decoration: none;
background: url(images/icon1.png) no-repeat left top;
}

.prev {
margin-top: -25px;
margin-left: -560px;
    width: 72px;
    height: 72px;
	position: absolute;
top: 50%;
left: 50%;
background: url(images/icon1.png) no-repeat left top;
text-indent: -9999px;
z-index: 50;
cursor: pointer;
}

.prev:hover {
background-image: url(images/icon1.png);
}

.next {
margin-top: -25px;
margin-left: 500px;
    width: 72px;
    height: 72px;
	position: absolute;
top: 50%;
left: 50%;
background: url(images/icon2.png) no-repeat left top;
text-indent: -9999px;
z-index: 50;
cursor: pointer;
}

.next:hover {
background-image: url(images/icon2.png);
}

