/* ******************* */
/* Begin footer styles */
/* ******************* */	
		
footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;	/* Uncomment below to always hide the footer */
	padding: 0px;	/*
	display: none;
	*/
	background-color: #000;
	margin: 0;
}
/* the audio section */
footer audio {
	float: left;
}
/* floats the Flash Object if rendered */
footer audio #flash-audio {
	float: left;
}
/* The music icon */
footer .volume {
	float: left;
	margin: 6px 9px 0 21px;
	cursor: pointer;
}
/* The category titles */			
footer #categories p {
	float: left;
	margin: 0 10px 0 10px;
	cursor: default;
	opacity: 0.6;
}
/* The number, play/pause section */	
footer #bg-images {
	right: 15px;
	display: none;
	position: fixed;
}
/* The numbered lists */		
footer #bg-images ul {
	list-style-type: none;
	display: none;
}
/* Each numbered item */		
footer #bg-images ul, footer #bg-images ul li {
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
}
/* The play-pause section */		
footer #bg-images #play-pause {
	float: left;
	margin: 0 5px 0 5px;
}
/* The prev-next divs */		
footer #bg-images .prev-next {
	float: left;
	padding: 0 5px 0 5px;
}
/* The prev-next buttons */	
footer #bg-images .prev-next img {
	cursor: pointer;
}
/* The play-pause buttons */
footer #bg-images #play-pause .play-button, footer #bg-images #play-pause .pause-button {
	cursor: pointer;
}
/* the preloader */
#preloader {
	float: left;
	background: url(support/preloader-bg.png) no-repeat;
	background-position: 0 6px;
	padding-left: 3px;
	width: 15px;
	height: 24px;
	display: none;
}
