body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

h1 {
	color: #fff !important;
	font-family: 'Dosis', sans-serif !important;
	font-size: 24px !important;
	font-weight: 500;
	margin-bottom: 20px;
}

p {
	margin-bottom: 10px;
}

#info-bg {
	position: absolute;
	top: 0;
	left: 60px;
	width: 350px;
	height: 400px;
	background: #000;
	z-index: 1;
}
#info-text {
	position: absolute;
	top: 0;
	left: 60px;
	width: 310px;
	height: 360px;
	z-index: 2;
	color: #fff !important;
	padding: 20px;
}
#info-text-text {
	height: 305px;
    	overflow: auto;
}
#info-button {
	position: absolute;
	top: 0;
	left: 60px;
	cursor: pointer;
	z-index: 3;
	width: 343px;
	height: 17px;
	padding: 7px 7px 0 0;
	text-align: right;
}

#prevslide, #nextslide {
	z-index: 10;
}

#close_button {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	font-family: 'Dosis', sans-serif !important;
	font-size: 20px !important;
	font-weight: 500;
	color: #fff;
}

/* Styles specific to this particular page */
.scroll-pane,
.scroll-pane-arrows
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}