.dots
{
	height:10px;
	position:absolute;
	z-index:10;
	left:75%;
	bottom:20px;
}

.dot
{
	width:10px;
	height:10px;
	border-radius:5px;
	margin-right:5px;
	float:left;
	position:relative;
	overflow:hidden;
	background:url(../images/dot_bg.png) no-repeat -1px -1px;
}

.dot_bg
{
	position:absolute;
	height:10px;
	width:10px;
	background-color:#FF0000;
	border-radius:5px;
	left:-10px;
}