﻿.jDiaporama_status {
	text-align: center;
	margin-top: 10px;
	position: absolute;
	bottom: 20px;
	right: 30px;
	display: none;
}

.jDiaporama_status li {
	background: url(img/bullets3.jpg) no-repeat left;
	_background: url(img/bullets2.jpg) no-repeat left;
	float: left;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	margin-right: 5px;
}

.jDiaporama_status li.active,
.jDiaporama_status li:hover {
	background: url(img/bullets3.jpg) no-repeat right;
	_background: url(img/bullets2.jpg) no-repeat right;
}