h2.admin_title {
	padding:10px;
}
ul.menu_photos {
	margin:20px;
	padding:0px;
	list-style-type:none;
	display:block;
}
ul.menu_photos li {
	margin:0px;
	padding:0px;
	display:inline;
	height:80px;
}
ul.menu_photos li a:link, ul.menu_photos li a:visited, ul.menu_photos li a:active {
	padding:0px 7px;
	/*padding:0px 7px 0px 7px;*/
	border:1px solid #F8FBFF;
	color:#369;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
}
ul.menu_photos li a:hover {
	border:1px solid #FF9F35;
	background-color:#FFED6F;
	color:#254583;
}
ul.menu_photos li a.edit {
	padding-left:20px;
	background-image:url('../../../../src/img/edit.gif');
	background-repeat:no-repeat;
	background-position:4px center;
}
ul.menu_photos li a.delete {
	padding-left:20px;
	background-image:url('../../../../src/img/del.gif');
	background-repeat:no-repeat;
	background-position:3px center;
}
.img_upload {
	border:2px inset #222;
	background-color:#EEE;
	padding:5px;
	margin:5px;
}
.invisible {
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
}
.img_thumb_medium {
	margin:5px;
	padding:5px;
	background-color:#FFF;
	border:1px solid #444;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
}
.img_thumb_small {
	padding:3px;
	background-color:#FFF;
	border:1px solid #444;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
}
	.t {
		float:left;
		width:200px;
		height:200px;
		overflow:hidden;
		text-align:center;
	}
	.c {
		margin:auto;
		border: solid 2px #EBEBE4;
		width:200px;

		height:200px;
		line-height:200px;
		text-align:center;
		color: #000000;
		overflow:hidden;
	}
	.c img {
		vertical-align:middle;
	}
	.nomefile {
		margin:0px auto;
		width:200px;
		overflow:hidden;
		cursor:default;
		font-size:8pt;
	}
.details {
	padding:5px;
	font-size:10pt;
	font-weight:bold;
	border-bottom:1px solid #BBB;
}
.item_details {
	padding:5px;
	font-size:10pt;
}
input.buttonsave {
	padding-left:25px;
	background-image:url(../img/filesave.png);
	background-repeat:no-repeat;
	background-position:5px bottom;
	font-size:12pt;
}