@charset "utf-8";
/* CSS Document */

body{background:#000;}

.title h1 {
	font-size: 1em;
	text-align: center;
}
.title::after {
	margin: 15px auto;
	width: 15px;
}
.control {
	position: fixed;
	bottom: 15px;
	width: 100%;
	text-align: center;
}
.control li {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
}
.picNum {
	color: #666;
}
.idPrev {
	width: 32px;
	background: url(../images/prev2.png) no-repeat center top;
	cursor: pointer;
}
.idNext {
	width: 32px;
	background: url(../images/next2.png) no-repeat center top;
	cursor: pointer;
}
.idClose {
	width: 32px;
	background: url(../images/close.png) no-repeat center top;
	cursor: pointer;
}
.idClose a{
	display:block;
	width:32px;
	height:32px;
}
.idFull {
	width: 32px;
	background: url(../images/full.png) no-repeat center top;
	cursor: pointer;
}
.idAuto{
	width: 32px;
	background: url(../images/pause.png) no-repeat center top;
	cursor: pointer;
}
.autoPlay{
	background: url(../images/play.png) no-repeat center top;
}

.fullScreen .idPrev, .fullScreen .idNext, .fullScreen .idClose, .fullScreen .idFull, .fullScreen .idAuto{
	background-position: center bottom;
}
.fullScreen .picNum {
	color: #FFF;
}
.fullScreen .title {
	display: none;
}

.fullScreen .control{
	background:rgba(0,0,0,0.1);
}
