.slidingDiv{
	display: none;
}
.slidingDiv ul{
	float: left; 
	padding-right: 20px;
	width: 250px;
}
.maindiv{
	width:100%;
	text-align:center;
	color:#333;
	margin-top:6%;
	position:relative !important;
	margin-bottom:0px;
}
.content{
	position:absolute !important;
	background: #005d91;
    color: #fff;
    border-radius: 2%;
    padding: 15px 20px;
    text-align: justify;
}

#content_1,#content_2,#content_3,#content_4,#content_5,#content_6,#content_7,#content_8,#content_9{  
    visibility: hidden;  
  }
.sceleton{
	position:relative;
	width:50%;
    margin: 0 auto;
}
.sceleton img{
	width:50%;
}
.point{
	width:16px;
    height: 16px;
    border-radius: 50%;
    background: #5e7e4e;
}

#points1{
	position: absolute;
    top: 0%;
    left:49%;
	cursor:pointer;
}

#points2{
	position: absolute;
    top: 17%;
    left: 62%;
	cursor:pointer;
}

#points3{
	position: absolute;
    top: 32%;
    left: 67%;
	cursor:pointer;
}
#points4{
	position: absolute;
	top:45%;
	left:65%;
	cursor:pointer;
}
#points5{
	position: absolute;
	top: 39%;
    left: 50%;
    cursor:pointer;
}

#points6{
	position: absolute;
    top: 45%;
    left: 42%;
	cursor:pointer;
}

#points7{
	position: absolute;
    top: 46%;
    left: 55%;
	cursor:pointer;
}

#points8{
	position: absolute;
	top: 69%;
    left: 57%;
	cursor:pointer;
}

#points9{
	position: absolute;
	top: 92%;
    left: 62%;
	cursor:pointer;
}

.small_point1{
	width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #384f2a;
    position: absolute;
    z-index: 9999999;
    margin: 0 auto;
    left: 4px;
    top: 4px;
}
