/* bof */

*
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
	overflow: hidden;

	/* Font */
	font-family: "Nimbus Sans", "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	color: #fff;
}

body, html
{
	background-color: #000;
	height: 100%;
	width: 100%;
}

.slideshow-container
{
	overflow: hidden;
	height: 100%;
}

.slide
{
	display: none;
	overflow: hidden;
	height: 100%;
	text-align: center;
}

/* eof */
