﻿
/*********************** 样式 *************************/

.picChange {width:auto; height: 500px; overflow: hidden; position: relative; margin: auto; background-color: #F4F4F2;margin:0;}
.picChange .picChangePicList { position: absolute; overflow: visible; margin:0;}
.picChange .picChangePicList div { position: absolute; display: none; margin:0; }
.picChange .picChangePicList img { display: block}
.picChange .picChangeTitle { position: absolute; background-color: #EE8800; line-height: 30px; width: 100%; text-align: center; font-size: 12px; font-weight: bold; color: white; opacity: 0.8; top: 0; }
.picChange .picChangebtnNum { position: absolute; right: 10px; bottom: 10px; }
.picChange .picChangebtnNum span { border: 1px #FF9900 solid; font-size: 12px; padding: 0px 3px; background-color: #EE8800; margin: 2px; cursor: pointer; }
.picChange .picChangebtnNum span.current { background-color: #661100; cursor: pointer; color: #FFFFFF; }
.picChange .picChangebtnThumb { position: absolute; bottom: 10px; text-align: center; }
.picChange .picChangebtnThumb span { position: relative; opacity: 0.8; display: block; float: left; border: 2px #EE8800 solid; width: 30px; height: 30px; margin: 3px; cursor: pointer; overflow: hidden; box-shadow: 0px 0px 5px #000; border-radius: 50%; }
.picChange .picChangebtnThumb span.current { opacity: 1; border: 2px #FFF solid; }
.picChange .picChangebtnThumb span img { position: absolute; }

