
div.rotator {
	overflow: hidden;
	position: relative;
}

.responsive div.rotator img {
	max-width: 100%;
}

div.rotator-slide {
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.rotator-slide img.image-snippet {
	margin: auto;
	display: block;
}

div.rotator a.boxes-controller-box {
    background-color: gray;
    border: 1px solid black;
    display: inline-block;
    height: 12px;
    margin: 2px;
    width: 12px;
}
div.rotator a.boxes-controller-box:hover {
	background-color: white;
	cursor: pointer;
}

div.rotator div.boxes-controller {
    position: absolute;
    z-index: 102;
}

div.rotator div.boxes-controller-tr { right: 0px; }
div.rotator div.boxes-controller-bl { bottom: 0px; }
div.rotator div.boxes-controller-br { right: 0px; bottom: 0px; }

div.rotator a.boxes-controller-box.selected {
	background-color: black;
}

