#slide_2 {
	margin: 0;
}
#slide_2 .dotted {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
z-index: 2;
	text-align: center;
}
#slide_2 .dottedItem {
	text-indent: 99999px;
	display: inline-block;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border: 4px solid #C4C4C4;
}
#slide_2 .dottedItem.cur {
	background: rgba(255,255,255,0.5);
	border: 4px solid #fff;
}
#slide_2 .dottedItem:hover {
	background: rgba(255,255,255,0.5);
	border: 4px solid #fff;
}


@media screen and (max-width: 768px) { 

#slide_2 .dotted {

	bottom: 15px;

}

}