﻿li { list-style: none; }
img { border: 0; }
._con { overflow: hidden; margin: 10px auto; width: 100%; height: 100%; padding: 2px 0px 2px 0; background-color: #ffffff; }
#carousel_container { position: relative; height: auto; overflow: hidden; top: 0px; left: 0px; }
#carousel_container ul { margin: 0px; padding: 0px; list-style: none; }
#carousel_inner { width: 100%; overflow: hidden; float:left; height:auto }
#left_scroll { position: absolute; left: 0; top: 20px; width: 9px; height: 9px; cursor: pointer; cursor: pointer; background: url(../images/left.gif) no-repeat; }
#right_scroll { position: absolute; top: 20px; right: 0; width: 9px; height: 9px; cursor: pointer; cursor: pointer; background: url(../images/right.gif) no-repeat; }
#carousel_ul { width: 100%; height: auto; position: relative; }
#carousel_ul li { float: left; width: 66px; height: auto; vertical-align: middle; margin:0 10.5px 0 0;text-align: center; }
#carousel_ul li:last-child{ margin:0 0 0 0 }
#carousel_ul li a { display: block; border: solid 1px #eaeaea; width: 64px; height: 64px; }
#carousel_ul li a i { display: inline-block; height: 100%; width: 0; vertical-align: middle; }
#carousel_ul li a:hover { border: solid 1px #b10000; }
#carousel_ul li img { vertical-align: middle; max-width: 100%; max-height: 100%; _width: expression((this.offsetWidth > 40) ? "40px" : this.offsetWidth + "px" ); _height: expression((this.offsetHeight > 40) ? "40px" : this.offsetHeight + "px" ); }