ul.photoGallery, ol.photoGallery, li.photoGallery 
{
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

li.photoGallery 
{
	float: left;
	margin-right: 20px;
}

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

#utility input 
{
	width: 80px;
}

#album_create 
{
	background-color: #f5f5f5;
	border: 1px solid #222;
	padding: 8px 12px;
	width: 400px;
	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: #f5f5f5;
	border: 1px solid #222222;
	padding: 0;
	width: 520px;
	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: -37px;
	left: 0;
	margin: 0px;
	padding-top: 10px;
	font-size: 1.5em;
	height: 40px;
	width: 100%;
	text-align: center;
	background-color: #222;
	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 url(../images/photogallery/loading.gif);
	width: 100px;
	height: 100px;
}

#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: #ccc;
	text-transform: uppercase;
	font-size: 0.7em;
}

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

#photo 
{
	margin: 100px auto auto auto;
	border: 8px solid #222;
}

#albums li 
{
	width: 100px;
	text-align: center;
	font-size: 0.8em;
	color: #777;
}
#albums a 
{
	font-size: 1.2em;
}

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

#photos a.rollover:hover 
{
	
}

.photoAlbum_Photos
{
	list-style-type:none;
}

.photoAlbum_Photos li
{
	display:inline-block;
}

div.photoAlbum
{
	width:250px;
	float:left;
	margin-right:5px;
	margin-bottom:15px;
}

div.albumName
{
	font-size:12px;
	font-weight:bold;
	padding:4px;
	border:1px solid #cccccc;
	margin-bottom:2px;
}

div.albumFirstPhoto
{
	width:250px;
	margin-top:2px;
}

div.albumThumb
{
	float:left;
	width:100px;
}

div.albumDetails
{
	float:left;
	width:134px;
	margin-left:5px;
	
}
div.albumDetails p
{
	font-size:11px;
}


