/*
	pik5.css
	Styles needed to make slides work at all. Don't edit this file unless you think you know what you are doing.
*/
html, body, #frame, #framecontainer {
	height:100%;
}
body {
	font-size:100%;
	margin:0;
	padding:0;
}


/* Layout */
#frame {
	position:relative;
	margin:0 auto;
}
#framecontainer {
	position:absolute;
	top:0;
	left:0;
}
#framecontainer {
transition-property: left;
-moz-transition-property: left;
-o-transition-property: left;
-webkit-transition-property: left;
transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
-webkit-transition-duration: 1s;
}
.pik5-slide {
	width:100%;
	height:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}


/* Notes */
.pik5-notes {
	display:none;
}


/* Overlay */
.overlay {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1337;
	background:#000;
}
.overlay-presenter {
	background:rgba(0, 0, 0, 0.7) !important;
}
