﻿@charset "utf-8";


.scroll{ height:auto; margin:0 auto;  position:relative; overflow:hidden;}
.mod_01{float:left; overflow-x:hidden;}
.mod_01 img{display:block; margin:auto;}
.dotModule_new {padding:0 5px;height:0px;line-height:6px;-webkit-border-radius:11px;background:rgba(45,45,45,0.5);position:relative;bottom:20px; margin:0 auto;z-index:11;}
.dotModule_new {text-align:center;}

.dotModule_new span {display:inline-block;margin:0 3px;width:30px;height:5px;vertical-align:middle;background:#f7f7f7;-webkit-border-radius:5px;}
.w5.dotModule_new span{ width:5px;}
.dotModule_new .selected {background:#66ff33;}

.sl_left,.sl_right{
	background: url(../images/sprite.png) no-repeat left center;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 25px;
	opacity: 0.5;
}
.sl_right {
	right:0;
	background-position: right center;
}
