/* Stylesheet for slide show */
.scrolling-image-wrap {border: solid 1px #ddd; position: relative; height: 147px; margin-bottom: 1.5em; border-top: none;}
.scrolling-image-wrap .rotating-image {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.scrolling-image-wrap .rotating-image .slide-show {height: 100%; width: 100%;}
.scrolling-image-wrap .rotating-image .slide-show li {width: 100%; height: 100%; display: none; position: absolute; top: 0; left: 0;}
.scrolling-image-wrap .rotating-image .slide-show li a {width: 100%; height: 100%; display: block; text-indent: -99999px;}
.scrolling-image-wrap .rotating-image #slide1 a {background: url('/tmpl/images/slides/slides_sp.jpg') no-repeat top left; background-position: 0 0;}
.scrolling-image-wrap .rotating-image #slide2 a {background: url('/tmpl/images/slides/slides_sp.jpg') no-repeat top left; background-position: 0 -147px;}
.scrolling-image-wrap .rotating-image #slide3 a {background: url('/tmpl/images/slides/slides_sp.jpg') no-repeat top left; background-position: 0 -441px;}
.scrolling-image-wrap .rotating-image #slide4 a {background: url('/tmpl/images/slides/slides_sp.jpg') no-repeat top left; background-position: 0 -294px;}
.scrolling-image-wrap .rotating-image #slide5 a {background: url('/tmpl/images/slides/slides_sp.jpg') no-repeat top left; background-position: 0 -588px;}

.scrolling-image-wrap .nav-scroll {z-index: 2; position: absolute; bottom: 0.2em; left: 0.2em;}
.scrolling-image-wrap .nav-scroll .slide-nav li a {width: 16px; height: 17px; background: url('/tmpl/images/circle.png') no-repeat top left; color: #999; display: block; text-align: center; font-size: 11px; line-height: 17px; text-decoration: none; padding-left: 1px;}
.scrolling-image-wrap .nav-scroll .slide-nav li a.active {background: url('/tmpl/images/circle.png') no-repeat bottom left; color: #666;}

