* { margin: 0; padding: 0; }
body{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.navbar{ margin-bottom:0px;}
.title { width: auto; height: 30px; font-size: 16px; margin: 50px auto 0px auto; line-height: 30px; font-weight: bold; padding: 10px; text-align:center; }
.imgcontent { width: 100%; height: 400px; border: 0px solid #ccc; margin: 0px 10px; background: #fff; text-align: center; overflow: hidden; }
.imglist { width: auto; height: 100px; border: 0px solid #ccc; margin: 10px; }
.info { height: 100%; margin: 10px; font-size: 14px; }
.info p { padding: 10px 0px; text-indent: 2em; }

#cbox { width: auto; height: 100px; position: relative; }
.icbox { width: auto; height: 100%; position: relative; }
.cxleft, .cxright { width:40%; position: absolute; top: 0px; }
.cxleft { cursor: url("../img/cursor_left.cur"), auto; left: 0px; }
.cxright { cursor: url("../img/cursor_right.cur"), auto; right: 0px; }
#smallLeft { background: url("../img/xleft.png") #fff; }
#smallRight { background: url("../img/xright.png") #fff; }

#smallLeft, #smallRight { width: 25px; height: 100px; overflow: hidden; float: left; }
#smallBox { width: 1000px; height: 90px; overflow: hidden; margin: 5px 10px 5px 10px; float: left; background: #eee; overflow: hidden; }
#smallImages { width: 10000px; height: 90px; overflow: visible; }

#productSImages { margin: 0px; padding: 0px; list-style: none; overflow: hidden; width: 100%; height: 90px; }
#productSImages li { list-style: none; display: block; width: 120px; height: 90px; margin-left: 10px; overflow: hidden; float: left; }
#productSImages li img { width: 120px; height: 90px; cursor: pointer; overflow: hidden; }
#indexlogined{float:right}
#productSImages li.currimg img { width: 118px; height: 88px; border: 1px solid red; overflow: hidden; }
