#slider {
	width: 800px;
	height: 450px;
	margin: 0px auto;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	width: 44px;
}

#music {
	width: 800px;
	margin: 0 auto;
}

#music-wrapper {height; 30px;
	width: 800px;
	margin: 0 auto;
}

body {
	background: #333;
	color: #fff;
	font-family: 'Crafty Girls', cursive;
}

#chrome {
	display: none;
	width: 840px;
	height: 800px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -420px;
	margin-top: -400px;
	background: rgba(0, 0, 0, .5);
}

h1 {
	font-size: 50px;
	padding: 20px 0px 0px 20px;
	margin: 0px
}

#backgrounds img {
	z-index: -5;
	position: fixed;
	top: 50%;
	margin-top: -400px;
	left: 100%;
}

#text{
	display: none;
	padding: 20px;
}

.slider-wrapper {
	display: none;
}

#action {
	text-align: center;
}

#action a {
	color: orange;
}
