@charset "utf-8";
/* CSS Document */
.scroll01 {width: 710px; position: relative; height:70px;}

.scroll01 .wrapper { width: 660px; /* .scroll01 width - (.wrapper margin-left + .wrapper margin-right) */ overflow-x:hidden;  min-height: 62px; _height:62px;  margin: 0 24px; position: absolute; top: 0;}

.scroll01 .wrapper ul {  width: 9999px;  list-style-image:none;  list-style-position:outside;  list-style-type:none;  margin:0;  padding:0;  position: absolute;  top: 0;}
.scroll01 ul li { display:block;  float:left; width:91px; height:61px; padding:0 2px; }
.scroll01 ul li img { display:block;width:85px; height:55px;  border:1px solid #ccc; cursor:pointer;}
.scroll01 ul li:hover img { border:1px solid #fe8b2e;}

.scroll01 ul li img.act{ border:1px solid #fe8b2e;}

.scroll01 .arrow { display: block; height: 55px; width: 20px;  background:url(../img/arrow.gif) no-repeat 0 0; text-indent: -999px; position: absolute; top: 0px;cursor: pointer;}
.scroll01 .forward { background-position: 0 0;  right: 0;}
.scroll01 .back {  background-position: 0 -104px;  left: 0;}
.scroll01 .forward:hover { background-position: 0 -52px;}
.scroll01 .back:hover { background-position: 0 -156px;}