body {
	background-color: #fff;
}


#haikudeck {
	width: 100%;
}






div.creditsSlide {
	padding:20px;
}

div.creditsTitle {
	font-family: 'QuicksandBoldRegular';
	text-transform: uppercase;
	text-align: center;
	font-size: 24pt;
	font-weight: normal;
	line-height: 100%;
	margin-top: 10px;
}

div.creditsByLine {
	text-align: center;
	font-size: 18pt;
	font-family: 'QuicksandBookRegular';
	margin-top: 5px;
}

div.creditsContactInfo {
	text-align: center;
	font-size: 12pt;
	font-family: 'QuicksandBookRegular';
}

div.creditsContactInfo a {
	color:#fff;
}

div.creditsBrand {
	height: 100px;
	width: 288px;
	background-image: url('../../images/haiku_brand_set_story_free_100h.png');
	background-repeat: no-repeat;
}










/*
div.slideimagecredit {
	display:none;
	background-color: rgba(0,0,0,0.7);
	padding:3px 5px;
	position:relative;
	top:70%;
	color:#fff;
	font-size:7pt;
	text-transform: lowercase;
}

div.slideimagecredit > a, div.slideimagecredit > a:hover {
	color:#fff;
}

div.slideimagecredit > a > img {
	display:inline;
	width:12px;
	height:12px;
	padding:0;
	margin:0 1px 3px;
}
*/