#slide_2 {margin: 0; position: relative;}




#slide_2 .dotted {

	position:absolute; 
	right:20px;
	bottom: 10px;
	z-index:1001;
	
}
#slide_2 .dottedItem {
	text-indent:99999px;
	display:block;
    float: left;
	width:3px;
	height:3px;
	border-radius: 10px;
    margin: 3px 5px;
	background:rgba(255,255,255,0.5);
	border: 5px solid transparent;
	
}
#slide_2 .dottedItem.cur {
	width:9px;
	height:9px;
	margin: 0 2px;
	background:none;

	border: 5px solid #fff;
}
#slide_2 .dottedItem:hover {
	width:9px;
	height:9px;
	margin: 0 2px;
	background:none;

	border: 5px solid #fff;
}
