
#container-spp {
	height: 202px;
	margin: 100px auto;
	position: relative;
	width: 14px;	
}

#container-spp ul#screenPlayPage {
	list-style: none;
	margin: 0px;	
	position: absolute;
	z-index: 999;
}

#container-spp ul#screenPlayPage li {
	background-color: #111;
	border-radius: 100px;
	height: 13px;
	margin-bottom: 30px;
	width: 13px;	
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-webkit-transition: all 1s ease;   
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	-ms-transition: all 1s ease; 
	transition: all 1s ease;
}

#container-spp ul#screenPlayPage li:hover {background-color: #DE0143; cursor: pointer;}
#container-spp ul#screenPlayPage li.no-margin {margin-bottom: 0px !important;}
#container-spp ul#screenPlayPage li.active {background-color: #DE0143;}

.bg, .timeline {
	height: 202px;
	margin: 0px 5px;
	position: absolute;
	width: 3px;	
}
.bg {background-color: #111; z-index: 997;}
.timeline {background-color: #DE0143; height: 0px; z-index: 998;}

.tipscene {
	background-color: #DE0143;
	border-radius: 100px;
	color: #FFF;
	cursor: default;
	font-size: 14px;
	height: 24px;
	line-height: 22px;
	margin-left: 20px;
	margin-top: -5px;
	padding: 0px 8px;
	position: absolute;
	white-space: nowrap;
}