body
{
	margin: 0;
	padding: 0;
	background: #aaaa99;
	font-family: arial;
	font-size: 10px;
	width: 100%;
	overflow-x: hidden;
}
.hidden_overflow
{
	overflow: hidden;	
}
.thumb_container
{
	background: #aaaa99;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}
.thumb_container div
{
	overflow: hidden;
	float: left;
}
.thumb_container img
{
	border: 1px solid #555533;
	display: inline;
	cursor: pointer;
	overflow: hidden;
	margin: 5px;
}
.thumb_controls
{
	background: #A0A088;
	text-align: center;
	padding: 3px;
}
.thumb_controls img
{
	font-weight: bold;
	cursor: pointer;
}
.album_controls
{
	background: #6c6c4c;
	text-align: center;
}
.album_controls a
{
	font-weight: bold;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	font-variant: small-caps;
}
.slideshow_controls
{
	background: #4c4c2c;
	text-align: center;
}
.slideshow_controls a
{
	color: #aaaa99;
	font-weight: bold;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	font-variant: small-caps;
}
.full_container
{
	text-align: center;
	padding: 25px;	
	background: #0F0F06;
	/* set the height to the same thing you set in config.php */
	height: 450px;
}
.full_container img
{
	text-align: center;
	border: 1px solid #6c6c4c;
}
.full_loader
{
	width: 100px;
	height: 100px;
	border: 1px solid #ccccaa;
}
.loader_image
{
	position: relative;
	top: -5px;
	visibility: hidden;
}
.main_loader
{
	background: #A0A088;	
	width: 30%;
	top: 25%;
	left: 35%;
	position: absolute;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
	padding: 40px;
}



















#station_identification
{
	color: #aaaa99;
	background: #000000;
	text-align: center;
	padding: 3px;
	width: 100%;
}
#station_identification a
{
	text-decoration: none;
	color: #aaaa99;
}
#station_identification a:hover
{
	text-decoration: none;
	color: #A0A088;
}