
#status {display: none;}

#carousel {
	position: relative;
	clear: both;
	float: left;
	width: 700px;
	height: 540px;
	padding: 25px;
	margin: 20px;
	margin-bottom: 40px;
}
#carousel #nav {
	position: relative;
	clear: both;
	float: left;
	width: 700px;
	height: 50px;
}
#carousel_description {
	position: relative;
	clear: both;
	text-align: center;
	width: 700px;
	height: 20px;
	padding-top: 15px;	
	color: #fff;
}
#carousel #bc { 
	float: left; 
	height: 350px;
	border: 1px solid #444;
}

#carousel .hold-items {
	position: absolute;
	top: 10px;
	left:60px;
}

#carousel .hold-items ul {
	list-style-type: none;
}

#carousel .hold-items li {
	overflow: hidden;
	display: block;
	width: 70px;
	height: 35px;
	border: 1px solid #f3f006;
	margin: 5px;
	float: left;
}

#carousel .prev, #carousel .next {
	position: absolute;
	width: 83px;
	text-align: center;
	cursor: pointer;
	display: none;
}
#carousel .next {
	bottom: 0px;
}
#carousel .prev {
	top: 1px;
}

#download {
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	text-align: center;
	padding: 10px 10px;
	color: white;
	font-size: 1.8em;
	cursor: pointer;
}

#paypal {
	margin: 5px 5px 0px 240px;
	width: 100px;
	text-align: center;
	padding: 10px 10px;
	float: left;
}

#flattr {
	width: 100px;
	text-align: center;
	padding-top: 10px;
	margin-top: 8px;
	float: left;
}

