.hide{display:none;}
.show{display:block;}

#contentBgSlider{
	position:relative;
}
#contentBgSlider>.slide{
	background-repeat:no-repeat;
	background-position:top center;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
#contentBgSlider>#bullets{
  bottom: 25px;
  position: absolute;
  left: 50%;
  z-index:10;
}
#contentBgSlider>#bullets>span{
	background:#fff;
	border:6px solid #fff;
	border-radius:50%;
	cursor:pointer;
	display:inline-block;
	height:10px;
	margin:0 4px;
	width:10px;
}
#contentBgSlider>#bullets>span.active{
	background:#09c;
	border:6px solid #07c;
}