﻿@charset "utf-8";
/* CSS Document */
/* image-slider */
#slider{background:#B0B0B0;color:#fff;font-size:22px;}
.image-slider{width:98%;height:300px;margin:0 auto;background:url(../images/bg.png) no-repeat;padding:14px 16px 0px 16px;position:relative;}
.image-slider-back, .image-slider-forward{float:left;width:23px;height:98px;color:White;position:relative;top:92px;cursor:pointer;}
.image-slider-back{background-image:url(../images/arrow-left.png);background-repeat:no-repeat;background-position:left;}
.image-slider-forward{background-image:url(../images/arrow-right.png);background-repeat:no-repeat;background-position:right;}

.image-slider-contents{width:1130px;height:260px;float:left;position:relative;overflow:hidden;}
.image-slider-contents .contents-wrapper{position:absolute;padding-top:8px; left:0;}
.image-slider-contents .outer{background-color:#fff;float:left;width:253px;height:260px;margin:0px 15px;cursor:pointer; position:relative;}
.spic{width:253px;height:260px; text-align:center; color:#333; float:left;border:solid 1px black;}
.image-slider-contents img{width:253px;height:173px; margin:0 auto;}
.spic a{ display:block; text-align:center;font-size:14px;}

