.rbs_gallery_69a1621e403e1Spinner {
	margin: 50px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.rbs_gallery_69a1621e403e1Spinner > div {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: rbs_gallery_69a1621e403e1-stretchdelay 1.2s infinite ease-in-out;
	animation: rbs_gallery_69a1621e403e1-stretchdelay 1.2s infinite ease-in-out;
}

.rbs_gallery_69a1621e403e1Spinner .rbs_gallery_69a1621e403e1Rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.rbs_gallery_69a1621e403e1Spinner .rbs_gallery_69a1621e403e1Rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.rbs_gallery_69a1621e403e1Spinner .rbs_gallery_69a1621e403e1Rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
}

.rbs_gallery_69a1621e403e1Spinner .rbs_gallery_69a1621e403e1Rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
}

@-webkit-keyframes rbs_gallery_69a1621e403e1-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(.4);
	}
	
	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes rbs_gallery_69a1621e403e1-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(.4);
		-webkit-transform: scaleY(.4);
	}
	
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}