ul#albums li{
	list-style-image: none;
	text-decoration: none;
	display:inline;
	float:left;

}
#albums li a {
	color: #8e898d;
	text-decoration: none;
}

#utility {
	float: right;
	margin-right: 40px;
	color: #898989;
	font-size: 0.8em;
}

#utility input {
	width: 80px;
}

#notice {
	background-color: #999;
	width: 500px;
	padding: 4px;
	margin-bottom: 10px;
	color: #900;
}

#album_create {
	background-color: #cd8364;
	border: 1px solid #222;
	padding: 8px 12px;
	width: 300px;
	height: 34px;
	margin-bottom: 20px;
}

#album_create input {
	font-size: 1.2em;
	font-weight: bold;
}

#album_create input[type=text] {
	width: 200px;
}

#rename input {
	font-size: 1.5em;
	width: 250px;
	margin-left: -5px;
	background-color: #ffc;
	font-weight: bold;
	margin-top: -3px;
}

#upload_container {
	background-color: #ef9975;
	border: 1px solid #222;
	padding: 0;
	width: 400px;
	height: 50px;
	margin-bottom: 20px;
	z-index: 1;
}

#uploader {
	width: 0px; 
	height: 0px; 
	border: 0px;
}

#photo_upload {
	position: relative;
	top: 15px;
	left: 20px;
	z-index: 2;
}

#loading {
	position: relative;
	top: -20px;
	left: 0;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: -10px;
	font-size: 1.5em;
	height: 80px;
	width: 100%;
	text-align: center;
	background-color: #ffd272;
	z-index: 3;
	opacity: .75;
	filter: alpha(opacity=75);
}

img.icon {
	position: relative;
	top: 3px;
	left: 2px;
}

img.thumb {
	border: 1px solid black;
	background: #C2C2C2;
	width: 50px;
	height: 50px;
}

#mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	z-index: 1000;
	opacity: .75;
	filter: alpha(opacity=75);
}

#photo-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
}

#nav a {
	margin: 7px;
	color: #d0bc00;
	text-transform: uppercase;
	font-size: 0.7em;
}

#nav img {
	position: relative;
	top: 5px;
}

#photo {
	float: center;
	margin-top: 100px auto;
	margin-bottom: auto;
	border: 8px solid #222;
}

#albums li {
	width: 100px;
	text-align: center;
	font-size: 0.8em;
	color: #4b4b4b;
	font-weight: bold;
}
#albums a {
	color: #fff;
	font-size: 1.2em;
}
#photos ul li{
	list-style-image: none;
	text-decoration: none;
	display:inline;
	float:left;

}


#photos li .icon {
	left: 3px;
}
#photos li {
	width: auto;
	height: auto;
	text-align: center;
	font-size: 0.8em;
	color: #595959;
	margin-bottom: 10px;
	margin-left: 10px;
}
#photos a {
	color: #595959;
}
#photos li input {
	width: 100px;
	background-color: #ffc;
}

#photos a.rollover:hover {
	color: #ffc;
}

#back{
	position: relative;
	left: 315px;
	display: block;
}
