	#heading {
		color: #FF0099;
		font-weight: bold;
	}
	body {
		background-color: #222222;
		font-family: "Trebuchet MS";
		height: 100%;
	}
	#album {
		position: absolute;
		top: 100px;
	}
	img.album {
		display: none;
		text-align: center;
	}
	#main_control {
		top: 100px;
		color: #FFFFFF;
	}
	#imgNum {
		font-size: small;
	}
	img#next {
		position: absolute;
		top: 20px;
		left: 850px;
		cursor: pointer;
	}
	img#back {
		position: absolute;
		top: 20px;
		left: 800px;
		display: none;
		cursor: pointer;
	}
	#gallery_link {
		color: #FFFFFF;
		text-decoration: none;
	}
	#overlay {
		display: none;
		position: absolute;
		z-index:100;
		top: 0px;
		left: 0px;
		background-color:#000;
		filter: alpha(opacity=75);
		opacity: .75;
		height: 100%;
		width: 200%;
	}
	#modal {
		display: none;
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 101;
		width: 200px;
    	margin: -100px;
		
     	background-color: #222;
     	border:1px solid #444;
     	padding: 15px;
     	text-align:center;
	}
	#modal td#loading {
		color: #ccc;
	}
	a#home_link {
		color: #fff;
		text-decoration: none;
	}
	a#home_link:hover {
		color: #555;
	}
	a#facebook {
		position: absolute;
		top: 25px;
		left: 700px;
		cursor: pointer;
	}
	img {
		border: 0;
	}
