	body {
		background-color: #222;
		font-family: "Trebuchet MS";
		height: 100%;
	}
	#heading {
		color: #FF0099;
		font-family: "Trebuchet MS";
	}
	img#full_img {
		display: none;
		position:absolute;
		top: 70px;
		left: 10px;
		
	}
	#full {

	}

	img {
		border: 0;
	}
	.thumbnails {
		position: absolute;
		top: 70px;
		left: 720px;
		cursor: pointer;
		background-color: #333;
		border:1px solid #555;
		padding: 3px;
	}
	a#facebook {
		position: absolute;
		top: 40px;
		left: 720px;
		cursor: pointer;
	}
	#main_control {
		top: 100px;
		color: #fff;
	}
	#album_link, a#home_link {
		color: #fff;
		text-decoration: none;
	}
	a#home_link:hover, a#album_link:hover {
		color: #777;
	}
	#overlay {
		display: none;
		position: absolute;
		z-index:100;
		top: 0px;
		left: 0px;
		background-color:#000;
		filter: alpha(opacity=75);
		opacity: .75;
		height: 300%;
		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, td#img_no {
		color: #ccc;
	}
