ul.pictures {
	margin: 0 auto;
	width: 500px;
	position: relative;
}

ul.pictures li {
	background-color: #F9F9F9;
	border: 1px solid #EEEEEE;
	list-style: none;
	margin: 6px;
	padding: 6px 9px;
	position: relative;
	cursor: n-resize;

	text-shadow: 1px 1px 0 white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

ul.pictures li:hover {
	border-color: #9be0f9;
	/* CSS3 glow effect: */
	-moz-box-shadow: 0 0 5px #A6E5FD;
	-webkit-box-shadow: 0 0 5px #A6E5FD;
	box-shadow: 0 0 5px #A6E5FD;
}

.resim .text {
	color: #777777;
	font-size: 1.4em;
}

/* The edit and delete buttons */
.resim .actions {
	position: absolute;
	right: 7px;
	top: 6px;
}

.resim .actions a {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	float: left;
	text-indent: -9999px;
	margin: 3px;
}

.resim .actions a.edit {
	/* background:
		url('../../../base_static/image/edit.png') no-repeat center center; */
}

.resim .actions a.delete {
	/* background:
		url('../../../base_static/image/delete.png') no-repeat center center; */
}

.resim .actions a.tamboy {
	/* background:
		url('../../../base_static/image/tamboy.png') no-repeat center center; */
}

.resim input {
	border: 1px solid #CCCCCC;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.725em;
	padding: 3px 4px;
	width: 300px;
	background-color: #ffffd3;
}

.editresim {
	display: inline;
	font-size: 0.6em;
	padding-left: 9px;
}

.editresim a {
	font-weight: bold;
}

a.discardChanges {
	color: #C00 !important;
}

a.saveChanges {
	color: #4DB209 !important;
}

.ui-button,
.ui-dialog-titlebar {
	font-size: 0.72em !important;
}

#dialog-confirm {
	display: none;
	font-size: 0.9em;
	padding: 1em 1em 0;
}








a,
a:visited {
	color: #0196e3;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}