
body {

	margin: 0px;

}


#RBSlideshow {

	display: none;

}

#slideshow {

	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;

}

#slides {

	width: 300vw;
	position: absolute;
	left: -100vw;

}

#slides div {

	width: 100vw;
	height: 100vh;
	background: center, no-repeat;
	background-size: cover;
	display: table-cell;

}


#bullets {

	position: absolute;
	bottom: 100px;
	left: 0%;
	right: 0%;
	height: 40px;
	text-align: center;

}

#bullets ul {

	list-style-type: none;
	padding: 0px;
	display: inline-block;

}

#bullets ul li {

	float: left;
	width: 10px;
	height: 10px;
	border-style: double;
	border-radius: 10px;
	border-color: white;
	border-width: 1px;
	margin: 5px;

}

