		a{text-decoration: none}
		.img-player{
			position: absolute;
			left: 0;
			top: 0;
			overflow: hidden;
		}
		#imgBar{
			position: relative;
			width: 100%;
			top: 0;
			left: 0;
			overflow: hidden;
			cursor: pointer;
			z-index: 99;
		}
		.imgList{
			float: left;
		}
		.imgLink{
			display: block;
		}
		.imgThis{
			vertical-align: bottom;
			width: 100%;
			
		}
		.dotBar{
			position: absolute;
			width: 100%;
			left: 0;
			bottom: 0;
			text-align: center;
			font-size: 0;
			z-index: 99;
		}
		.dotBar>span{
			width: 50px;
			height: 20px;
			display: inline-block;
			margin: 4px;
			z-index: 99;
			border-bottom: 5px solid #fff;
			cursor: pointer;
		}
		.dotBar>.dotThis{
			border-color:#f00;
		}
 .mark{
 	 height: 33px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.005;
 }