#ImgRotator {	position: relative;	padding: 0;}#ImgRotator img {	position: absolute;	top: 0;	left: 0;	margin: 0;	padding: 0;	display: none;	border: none;}#ImgRotatorSwitch {	position: relative;	padding: 0;	text-align: center;}.ImgRotatorBullet {	display: inline-block;	margin: 5px 3px 0 3px;	width: 10px;	height: 10px;	background: url('//www.studioline.net/global/rotator/bullets.png') center center no-repeat;	cursor: pointer;}.ImgRotatorBulletActive {	background-image: url('//www.studioline.net/global/rotator/bullets-active.png');}