/* common */

input,button,select,textarea{outline:none;}
ul,li,dl,ol{list-style:none;}
iframe,img{border:none;}
input[type="submit"],input[type="button"] {cursor:pointer;}
input{cursor:expression(this.type=="button"||this.type=="submit"||this.type=="radio"||this.type=="checkbox" ? "pointer" :"text"); }/* IE6 */

*+html img {margin-bottom:0!important;} /* Fix IE7 */
@media all and (min-width:0px){img {margin-bottom:-2px!important;}}  /*Fix Opera */

/* CSS Document */
.infopic{ width:760px; height:230px; position:relative; overflow:hidden; margin-left:30px;margin-top:126px;left: -1000px;}
.piclist{ height:230px; position:absolute; top:0; left:0;}
.piclist li{ height:230px; margin-right:30px; float:left; overflow:hidden;}
.piclist li img{ height:230px;}

.pic_prev,.pic_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; position:absolute; top:75px; cursor:pointer;}
.pic_prev{ background-position:0 0; left:0;}
.pic_next{ background-position:0 -60px; right:0;}

.picbox { width:630px;height:230px;overflow:hidden;position:relative;left:67px;}
