#images
{
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
	#images li
	{
		float: left;
		position: relative;
		text-align: center;
		text-decoration: none;
		margin: .2em;
		list-style: none;
	}
	#images li img
	{
		border: 0;
	}
	
	#images li a.Delete
	{
		position: absolute;
		right: 5px;
		top: 5px;
		width: 20px;
		height: 20px;
		display: block;
		border: 0;
		background-image: url(delete.gif);
	}

#previous,
#next
{
	width: 40px;
	height: 140px;
}

#previous a:focus,
#next a:focus
{
	outline: 0;
}

/*
	Administration
*/
#admin
{
	margin-top: 5em;
}

#admin fieldset
{
	border: 0;
}
#admin fieldset br
{
	clear: left;
}
#admin label,
#admin input.text
{
	display: block;
	width: 14em;
	float: left;
	margin-bottom: .2em;
}

#admin label
{
	text-align: right;
	width: 15em;
	padding-right: .5em;
	color: #999;
}

#admin input.text,
#admin textarea
{
	display: block;
	padding: .1em 0 .2em .5em;
	background: #fff;
	border: 1px solid #444;
	color: #999;
}

#admin input.text:focus
{
	border-color: #eee;
	background-image:url(edit.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#admin input.submit
{
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #444;
	color: #999;
	margin-top: 1em;
	padding: .3em 2em .3em 2em;
	background: #fff url(arrow.gif) top right no-repeat;
	
}
	#admin input.submit:hover
	{
		border: 1px solid #eee;
		color: #999;
	}